Skip to content

Commit 1010981

Browse files
authored
gh: hotfix, rename hfsubset -> hfsubset.exe for win build
1 parent a6ae28b commit 1010981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Generate-subset-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Package Windows executable
4242
working-directory: ./cli
4343
run: |
44-
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o hfsubset
44+
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o hfsubset.exe
4545
zip hfsubset-windows_amd64.zip hfsubset.exe
4646
rm hfsubset.exe
4747

0 commit comments

Comments
 (0)