From f0eff80889f1b0791e91516d2d84e8d5b84a1e02 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Fri, 15 Mar 2024 22:42:49 +0100 Subject: [PATCH] ga: add ${{ matrix.name_extra }} to artifact name Needed to differentiate Windows builds. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0261bd1be..a5fc587bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v4 with: - name: regress-directory-${{ matrix.os }} + name: regress-directory-${{ matrix.os }}-${{ matrix.name_extra }} path: | ${{runner.workspace}}/build/regress - name: test