Skip to content

Commit a6825b4

Browse files
committed
adding echo of matrix targe
1 parent b8bacce commit a6825b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
run: |
6868
rm types/build.rs
6969
rustup target add ${{matrix.target}}
70-
if [ $BIN_NAME == "ahnlich-ai" ] && [ "${{matrix.target}}" == *darwin ]; then
70+
export MATRIX_TARGET=${{matrix.target}}
71+
echo $MATRIX_TARGET
72+
if [[ $BIN_NAME == "ahnlich-ai" ]] && [[ $MATRIX_TARGET == *darwin ]]; then
7173
echo "running with coreml.."
7274
cargo build --features coreml --release --target ${{matrix.target}} --bin ${{ needs.prebuild_preparation.outputs.bin_name }}
7375
else

0 commit comments

Comments
 (0)