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 a6ae28b commit 1010981Copy full SHA for 1010981
.github/workflows/Generate-subset-app.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Package Windows executable
42
working-directory: ./cli
43
run: |
44
- GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o hfsubset
+ GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o hfsubset.exe
45
zip hfsubset-windows_amd64.zip hfsubset.exe
46
rm hfsubset.exe
47
0 commit comments