diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d5be993..abac9ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: diff --git a/wix.json b/wix.json index 6ee5016..04d8a38 100644 --- a/wix.json +++ b/wix.json @@ -6,7 +6,7 @@ "files": { "guid": "0af2253c-4f7a-469a-ab00-8f87dc3ae4de", "items": [ - "goplay.exe" + "bin/goplay.exe" ] }, "env": {