Skip to content

Commit b39ea38

Browse files
fix: windows build
1 parent 2ce56b5 commit b39ea38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}
5454
ghr: true
5555
- 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/
56+
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/
5757
if: steps.semrel.outputs.version != ''
5858
- run: ghr $(cat .ghr) bin/
5959
if: steps.semrel.outputs.version != ''

0 commit comments

Comments
 (0)