Skip to content

Commit 79210f0

Browse files
authored
task -v for windows to debug (#2156)
1 parent 9d4a6f0 commit 79210f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
STATIC_DOCSITE_PATH: ${{env.STATIC_DOCSITE_PATH}}
142142
- name: Build (Windows)
143143
if: matrix.platform == 'windows'
144-
run: task package
144+
run: task -v package
145145
env:
146146
USE_SYSTEM_FPM: true # Ensure that the installed version of FPM is used rather than the bundled one.
147147
CSC_LINK: ${{ steps.variables.outputs.SM_CLIENT_CERT_FILE }}

0 commit comments

Comments
 (0)