Skip to content

Commit

Permalink
fix: use runner as postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Apr 3, 2024
1 parent 04644c2 commit c386db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
touch "digests/prd/${digest#sha256:}"
- uses: actions/upload-artifact@v4
with:
name: digests-${{ matrix.platform }}
name: digests-${{ matrix.runner }}
path: ./digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit c386db8

Please sign in to comment.