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 243c080 commit f71b17fCopy full SHA for f71b17f
.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 -v package
+ run: task 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 }}
Taskfile.yml
@@ -234,8 +234,6 @@ tasks:
234
sources:
235
- "cmd/wsh/**/*.go"
236
- "pkg/**/*.go"
237
- generates:
238
- - dist/bin/wsh-*
239
240
build:wsh:internal:
241
vars:
0 commit comments