From a9140e6bb44433f266d81a500c1a9a67c76c69b6 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Fri, 9 Aug 2024 01:59:17 +0200 Subject: [PATCH] Fix incorrect name of `macos-static` artifact --- .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 12e90aab..d5d86042 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -98,7 +98,7 @@ jobs: - name: Upload binaries uses: actions/upload-artifact@v4 with: - name: rgbds-canary-${{ matrix.os }}-${{ matrix.buildsys }} + name: rgbds-canary-macos-static path: bins - name: Compute test dependency cache params id: test-deps-cache-params