Skip to content

Commit

Permalink
Merge pull request #17 from Daft-Freak/patch-1
Browse files Browse the repository at this point in the history
Fix VS releases actually being debug builds
  • Loading branch information
Gadgetoid committed Feb 20, 2021
2 parents 9543951 + 97b81c3 commit 0fd3d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -108,7 +108,7 @@ jobs:
shell: bash
working-directory: ${{runner.workspace}}/main/build
run: |
cmake --build . --target package
cmake --build . --config $BUILD_TYPE --target package
# Push the tar file to the release
- name: Upload tar
Expand Down

0 comments on commit 0fd3d0a

Please sign in to comment.