Skip to content

Commit

Permalink
Upload multiple artifacts per matrix run
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlastor committed Jan 26, 2024
1 parent bd3b4a2 commit 728c1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Artifact upload
uses: actions/upload-artifact@v4
with:
name: outputs
name: outputs-${{ matrix.os }}
path: out
retention-days: 1
- name: Release
Expand Down

0 comments on commit 728c1a8

Please sign in to comment.