Browse Source

Minor workflow fix

release/1.1
Jessica James 3 years ago
parent
commit
2d44a858bc
  1. 2
      .github/workflows/cmake.yml

2
.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 <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

Loading…
Cancel
Save