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

fix: windows build

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