mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Name the artifact too
This commit is contained in:
parent
c4bc4fc15a
commit
54b28a1fed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -157,7 +157,7 @@ jobs:
|
|||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cmake-logs
|
||||
name: cmake-logs-${{ matrix.os }}-${{ github.event.number }}.tar.xz
|
||||
path: ${{ runner.workspace }}/cmake-logs-${{ matrix.os }}-${{ github.event.number }}.tar.xz
|
||||
if-no-files-found: error
|
||||
- name: Build Application
|
||||
|
|
Loading…
Reference in a new issue