Skip to content
Snippets Groups Projects
Commit b39ea386 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

fix: windows build

parent 2ce56b55
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
ghr: true
- run: |
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/
if: steps.semrel.outputs.version != ''
- run: ghr $(cat .ghr) bin/
if: steps.semrel.outputs.version != ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment