Skip to content

Commit 51c2e02

Browse files
committed
ci: add skip-upload matrix flag to conditionally skip upload-artifact
1 parent 431040e commit 51c2e02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/rust-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
done
201201
202202
- name: Upload binary artifacts
203+
if: ${{ matrix.skip-upload != true }}
203204
uses: actions/upload-artifact@v7
204205
with:
205206
name: ${{ matrix.release-name || matrix.target }}-binaries

0 commit comments

Comments
 (0)