We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce56b5 commit b39ea38Copy full SHA for b39ea38
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
github-token: ${{ secrets.GITHUB_TOKEN }}
54
ghr: true
55
- run: |
56
- gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd6" -ldflags="-extldflags '-static' -s -w" -output="bin/{{.Dir}}_v${{steps.semrel.outputs.version}}_{{.OS}}_{{.Arch}}" ./cmd/commit-analyzer-cz/
+ gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd64" -ldflags="-extldflags '-static' -s -w" -output="bin/{{.Dir}}_v${{steps.semrel.outputs.version}}_{{.OS}}_{{.Arch}}" ./cmd/commit-analyzer-cz/
57
if: steps.semrel.outputs.version != ''
58
- run: ghr $(cat .ghr) bin/
59
0 commit comments