From 42d32c72a632bf52c10dc8e23fb9bced7c65142a Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Wed, 13 Mar 2024 01:07:28 +0100 Subject: [PATCH] Use a unique name to upload W32/W64 binaries in CI This now breaks in CI. --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b3d1ed8f..7dd2d4d7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -193,7 +193,7 @@ jobs: - name: Upload Windows binaries uses: actions/upload-artifact@v4 with: - name: rgbds-canary-win${{ matrix.bits }} + name: rgbds-canary-w${{ matrix.bits }}-${{ matrix.os }} path: bins - name: Compute test dependency cache params id: test-deps-cache-params