Skip to content

Commit 9b3800e

Browse files
committed
fix: windows binary name
1 parent 3a6ad2c commit 9b3800e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GOARCH: ${{ matrix.arch }}
3838
GOOS: ${{ matrix.goos }}
3939
CGO_ENABLED: 0
40-
run: go build -o gitops -ldflags="-s -w -X 'main.version=${{ github.ref_name }}'" cmd/gitops/main.go
40+
run: go build -o gitops${{ matrix.artifact_suffix }} -ldflags="-s -w -X 'main.version=${{ github.ref_name }}'" cmd/gitops/main.go
4141
- name: Upload binaries to release
4242
uses: svenstaro/upload-release-action@v2
4343
with:

0 commit comments

Comments
 (0)