From 79fb918ad00dff233d716e69b7a78f0c6381670d Mon Sep 17 00:00:00 2001 From: pleroy Date: Sun, 7 Apr 2024 18:35:14 +0200 Subject: [PATCH] Use the right artifact name --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cfaff9f98..e8487a679 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,6 +29,6 @@ jobs: - name: Upload artifact uses: mockingbirdnest/actions/windows/upload_artifact@main with: - name: abseil-cpp + name: config headers_directory: ${{ env.PRINCIPIA_HEADERS_CONFIG }} solution_directory: ${{ env.PRINCIPIA_MSVC_CONFIG }}