github: add num_domains key to artifact upload

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>
This commit is contained in:
Gerwin Klein 2023-12-12 11:55:41 +01:00
parent 62f0e202ef
commit 028c3e6241
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: