Skip to content

Commit

Permalink
gh: hotfix, rename hfsubset -> hfsubset.exe for win build
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- authored Nov 27, 2023
1 parent a6ae28b commit 1010981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Generate-subset-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Package Windows executable
working-directory: ./cli
run: |
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o hfsubset
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o hfsubset.exe
zip hfsubset-windows_amd64.zip hfsubset.exe
rm hfsubset.exe
Expand Down

0 comments on commit 1010981

Please sign in to comment.