Skip to content

Commit

Permalink
Also pass config to package step
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak committed Feb 19, 2021
1 parent 9543951 commit 97b81c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
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 97b81c3

Please sign in to comment.