Name the artifact too

This commit is contained in:
Dale Glass 2021-07-04 16:57:02 +02:00
parent c4bc4fc15a
commit 54b28a1fed

View file

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