From ae3e67ff2825c6d04271f7efbb5f47d8cade1dd5 Mon Sep 17 00:00:00 2001 From: Pascal Leroy Date: Sun, 7 Apr 2024 19:40:00 +0200 Subject: [PATCH] Configuration in the artifact name --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b1eee070cc..7f2299ed4a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,5 +42,6 @@ jobs: uses: mockingbirdnest/actions/windows/upload_artifact@main with: name: googletest + configuration: ${{ matrix.configuration }} headers_directory: ${{ env.PRINCIPIA_HEADERS_GOOGLETEST }} solution_directory: ${{ env.PRINCIPIA_MSVC_GOOGLETEST }}