We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431040e commit 51c2e02Copy full SHA for 51c2e02
1 file changed
.github/workflows/rust-build.yml
@@ -200,6 +200,7 @@ jobs:
200
done
201
202
- name: Upload binary artifacts
203
+ if: ${{ matrix.skip-upload != true }}
204
uses: actions/upload-artifact@v7
205
with:
206
name: ${{ matrix.release-name || matrix.target }}-binaries
0 commit comments