Skip to content

Commit a6094e4

Browse files
committed
Add correct logic for uploading artifacts
1 parent cb30557 commit a6094e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565

6666
- name: Upload Artifacts
6767
uses: actions/upload-artifact@v4
68+
if: matrix.collect-packages && steps.pack.outcome == 'success' && always()
6869
with:
6970
name: Packages
7071
if-no-files-found: error

0 commit comments

Comments
 (0)