Skip to content

Commit f71b17f

Browse files
authored
try again to fix the build, remove generates (#2157)
1 parent 243c080 commit f71b17f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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 -v package
144+
run: task 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 }}

Taskfile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ tasks:
234234
sources:
235235
- "cmd/wsh/**/*.go"
236236
- "pkg/**/*.go"
237-
generates:
238-
- dist/bin/wsh-*
239237

240238
build:wsh:internal:
241239
vars:

0 commit comments

Comments
 (0)