Skip to content

Commit

Permalink
github: add num_domains key to artifact upload
Browse files Browse the repository at this point in the history
If we don't provide the additional name fragment, previous artifacts
would be overwritten, which leads to a failure with error message on
GitHub.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Dec 13, 2023
1 parent 62f0e20 commit 028c3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proof-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Upload logs
uses: actions/upload-artifact@v3
with:
name: logs-${{ matrix.arch }}
name: logs-${{ matrix.num_domains }}-${{ matrix.arch }}
path: logs.tar.xz

deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload logs
uses: actions/upload-artifact@v3
with:
name: logs-${{ matrix.arch }}
name: logs-${{ matrix.num_domains }}-${{ matrix.arch }}
path: logs.tar.xz

binary-verification:
Expand Down

0 comments on commit 028c3e6

Please sign in to comment.