Skip to content

Commit

Permalink
fix the binary file path
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Dec 30, 2021
1 parent 0063226 commit 8bf22ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PUBLISH_SECRETS }}
run: |
go build -ldflags '-X github.com/linuxsuren/cobra-extension/version.version=${{ github.ref_name }} -X github.com/linuxsuren/cobra-extension/version.commit=${{ github.sha }}' -o bin/goplay.exe .
cd bin && 7z d goplay-windows-amd64.zip goplay.exe
7z d goplay-windows-amd64.zip bin/goplay.exe
gh release upload ${{ github.ref_name }} goplay-windows-amd64.zip
msi:
Expand Down
2 changes: 1 addition & 1 deletion wix.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"files": {
"guid": "0af2253c-4f7a-469a-ab00-8f87dc3ae4de",
"items": [
"goplay.exe"
"bin/goplay.exe"
]
},
"env": {
Expand Down

0 comments on commit 8bf22ef

Please sign in to comment.