@ -39,7 +39,7 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
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