From 54b28a1fed71e6799a196e8435278c46247aa325 Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Sun, 4 Jul 2021 16:57:02 +0200 Subject: [PATCH] Name the artifact too --- .github/workflows/pr_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 4cb298c6c9..7ad8d2c0a5 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -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