Skip to content

Commit

Permalink
Give distinct names to the artifacts for each matrix run
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Nov 27, 2023
1 parent bc9c3f5 commit 63d40e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ jobs:
- name: Upload packages
uses: actions/upload-artifact@v3
with:
name: packages
name: packages ${{ matrix.os.name }}
path: pkg/
retention-days: 14

- name: Upload validations
uses: actions/upload-artifact@v3
with:
name: validations
name: validations ${{ matrix.os.name }}
path: |
aws-version.txt
pkg_info.txt
Expand Down

0 comments on commit 63d40e4

Please sign in to comment.