From 2d44a858bc772fbc6c36db327e0f35eee4d94f75 Mon Sep 17 00:00:00 2001 From: Jessica James Date: Fri, 19 Nov 2021 17:31:16 -0600 Subject: [PATCH] Minor workflow fix --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1a40ff8..7d510e4 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -39,7 +39,7 @@ jobs: working-directory: ${{github.workspace}}/build shell: bash # Execute the build. You can specify a specific target with "--target " - run: cmake --build . --config --target=PackagedBuild $BUILD_TYPE + run: cmake --build . --config $BUILD_TYPE --target=PackagedBuild - name: Archive build package / binaries uses: actions/upload-artifact@v2