Skip to content

Commit b924033

Browse files
committed
using github actions
1 parent ef9a224 commit b924033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
rustup target add ${{matrix.target}}
7070
export MATRIX_TARGET=${{matrix.target}}
7171
echo $MATRIX_TARGET
72-
echo $BIN_NAME
73-
if [[ $BIN_NAME == "ahnlich-ai" ]] && [[ $MATRIX_TARGET == *darwin ]]; then
72+
echo ${{ needs.prebuild_preparation.outputs.bin_name }}
73+
if [[ ${{ needs.prebuild_preparation.outputs.bin_name }} == "ahnlich-ai" ]] && [[ $MATRIX_TARGET == *darwin ]]; then
7474
echo "running with coreml.."
7575
cargo build --features coreml --release --target ${{matrix.target}} --bin ${{ needs.prebuild_preparation.outputs.bin_name }}
7676
else

0 commit comments

Comments
 (0)