File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4343 github-token : ${{ secrets.GITHUB_TOKEN }}
4444 ghr : true
4545 - run : |
46- gox -parallel 4 -osarch="linux/amd64 darwin/amd64 darwin/arm64 linux/arm windows/amd64" -ldflags="-extldflags '-static' -s -w -X github.com/go-semantic-release/changelog-generator-default/pkg/generator.CGVERSION=${{steps.semrel.outputs.version}}" -output="bin/{{.Dir}}_v${{steps.semrel.outputs.version}}_{{.OS}}_{{.Arch}}" ./cmd/changelog-generator-default/
46+ gox -parallel 4 -osarch="linux/amd64 linux/arm64 darwin/amd64 darwin/arm64 linux/arm windows/amd64" -ldflags="-extldflags '-static' -s -w -X github.com/go-semantic-release/changelog-generator-default/pkg/generator.CGVERSION=${{steps.semrel.outputs.version}}" -output="bin/{{.Dir}}_v${{steps.semrel.outputs.version}}_{{.OS}}_{{.Arch}}" ./cmd/changelog-generator-default/
4747 cd bin/ && shasum -a 256 * > ./changelog-generator-default_v${{steps.semrel.outputs.version}}_checksums.txt && cd -
4848 if: steps.semrel.outputs.version != ''
4949 env:
You can’t perform that action at this time.
0 commit comments