Skip to content

Commit

Permalink
unique artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
adorton-adobe committed Nov 9, 2024
1 parent 0b8473f commit cd980de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Make artifacts
uses: actions/upload-artifact@v4
with:
name: ubuntu-jammy
path: dist/*.tar.gz
retention-days: 30
name: "ubuntu-jammy${{matrix.variant_tag}}"
path: dist/*.tar.gz
retention-days: 30

ubuntu-focal:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Make artifacts
uses: actions/upload-artifact@v4
with:
name: ubuntu-focal
name: "ubuntu-focal{{matrix.variant_tag}}"
path: dist/*.tar.gz
retention-days: 30

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Make artifact
uses: actions/upload-artifact@v4
with:
name: windows
name: "windows{{matrix.variant_tag}}"
path: dist/*.zip
retention-days: 30

Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Make artifact
uses: actions/upload-artifact@v4
with:
name: rocky
name: "rocky${{matrix.variant_tag}}"
path: dist/*.tar.gz
retention-days: 30

Expand Down

0 comments on commit cd980de

Please sign in to comment.