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 <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Dec 12, 2023
1 parent 62f0e20 commit fe0f31e
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 fe0f31e

Please sign in to comment.