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 0063226 commit 8bf22efCopy full SHA for 8bf22ef
.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58
GITHUB_TOKEN: ${{ secrets.GH_PUBLISH_SECRETS }}
59
run: |
60
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 .
61
- cd bin && 7z d goplay-windows-amd64.zip goplay.exe
+ 7z d goplay-windows-amd64.zip bin/goplay.exe
62
gh release upload ${{ github.ref_name }} goplay-windows-amd64.zip
63
64
msi:
wix.json
@@ -6,7 +6,7 @@
6
"files": {
7
"guid": "0af2253c-4f7a-469a-ab00-8f87dc3ae4de",
8
"items": [
9
- "goplay.exe"
+ "bin/goplay.exe"
10
]
11
},
12
"env": {
0 commit comments