We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e5e3a commit 5d14087Copy full SHA for 5d14087
1 file changed
.github/workflows/ci.yml
@@ -119,7 +119,7 @@ jobs:
119
run: |
120
mkdir artifacts
121
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
+ cp ${{ matrix.target == 'aarch64-unknown-linux-gnu' && "target-cross" || "target" }}/${{ matrix.target }}/release/$file artifacts/$file
123
done
124
- name: Copy binary (Windows)
125
if: matrix.target && runner.os == 'Windows'
0 commit comments