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