Skip to content

Commit

Permalink
Attempt #2 at avoiding duplicate artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Feb 2, 2025
1 parent 3d19e69 commit 3e9be81
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/slsa-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: hishtory-darwin-arm64
name: hishtory-darwin-arm64-signed
path: hishtory-darwin-arm64
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: hishtory-darwin-amd64
name: hishtory-darwin-amd64-signed
path: hishtory-darwin-amd64
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -199,7 +199,8 @@ jobs:
name: hishtory-linux-arm64.intoto.jsonl
- uses: actions/download-artifact@v4
with:
name: hishtory-darwin-amd64
name: hishtory-darwin-amd64-signed
path: hishtory-darwin-amd64
- uses: actions/download-artifact@v4
with:
name: hishtory-darwin-amd64.intoto.jsonl
Expand All @@ -208,7 +209,8 @@ jobs:
name: hishtory-darwin-amd64-unsigned
- uses: actions/download-artifact@v4
with:
name: hishtory-darwin-arm64
name: hishtory-darwin-arm64-signed
path: hishtory-darwin-arm64
- uses: actions/download-artifact@v4
with:
name: hishtory-darwin-arm64.intoto.jsonl
Expand Down

0 comments on commit 3e9be81

Please sign in to comment.