Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Aug 25, 2024
1 parent 1f7bcb6 commit 68e8084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-linux/amd64
name: digests-linux-amd64
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-linux/arm64
name: digests-linux-arm64
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 68e8084

Please sign in to comment.