Skip to content

Commit 5d14087

Browse files
committed
borked yml
1 parent 13e5e3a commit 5d14087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
mkdir artifacts
121121
for file in cargo-ndk cargo-ndk-env cargo-ndk-test cargo-ndk-runner; do
122-
cp ${{ matrix.target == 'aarch64-unknown-linux-gnu' && target-cross || target }}/${{ matrix.target }}/release/$file artifacts/$file
122+
cp ${{ matrix.target == 'aarch64-unknown-linux-gnu' && "target-cross" || "target" }}/${{ matrix.target }}/release/$file artifacts/$file
123123
done
124124
- name: Copy binary (Windows)
125125
if: matrix.target && runner.os == 'Windows'

0 commit comments

Comments
 (0)