From 5fc3d11454d7cf0c491011fdf7502cd68efac837 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 23 Mar 2024 20:46:47 -0400 Subject: [PATCH] Include matrix vars in artifact name --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2ddc9..a40ae15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: + name: package-${{ matrix.ver }}-${{ matrix.os }} path: | *x64.zip *.bz2