artifacts: use git commit sha in name
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
This commit is contained in:
parent
9e7b9a4978
commit
bbf983721c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/multi-arch-test-build.yml
vendored
4
.github/workflows/multi-arch-test-build.yml
vendored
|
@ -98,13 +98,13 @@ jobs:
|
|||
- name: Store packages
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.arch}}-packages
|
||||
name: ${{ matrix.arch}}-${{ github.sha}}-packages
|
||||
path: "*.ipk"
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.arch}}-logs
|
||||
name: ${{ matrix.arch}}-${{ github.sha}}-logs
|
||||
path: logs/
|
||||
|
||||
- name: Remove logs
|
||||
|
|
Loading…
Reference in a new issue