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 9d4a6f0 commit 79210f0Copy full SHA for 79210f0
.github/workflows/build-helper.yml
@@ -141,7 +141,7 @@ jobs:
141
STATIC_DOCSITE_PATH: ${{env.STATIC_DOCSITE_PATH}}
142
- name: Build (Windows)
143
if: matrix.platform == 'windows'
144
- run: task package
+ run: task -v package
145
env:
146
USE_SYSTEM_FPM: true # Ensure that the installed version of FPM is used rather than the bundled one.
147
CSC_LINK: ${{ steps.variables.outputs.SM_CLIENT_CERT_FILE }}
0 commit comments