We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6b2dc commit 0a6b954Copy full SHA for 0a6b954
.github/workflows/qt5_6.yml
@@ -211,10 +211,8 @@ jobs:
211
- name: 👷 Build
212
shell: bash
213
run: |
214
- cmake --preset windows-${{ env.BUILD_TYPE }}
215
- cmake --build --preset windows-${{ env.BUILD_TYPE }} --target package -- -nologo -v:m -maxcpucount
216
- env:
217
- BUILD_TYPE: ${{ inputs.event_name == 'pull_request' && 'debug' || 'release' }}
+ cmake --preset windows-release
+ cmake --build --preset windows-release --target package -- -nologo -v:m -maxcpucount
218
219
- name: 📦 Upload
220
if: ${{ inputs.publish || inputs.event_name == 'pull_request' }}
0 commit comments