We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6ad2c commit 9b3800eCopy full SHA for 9b3800e
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
GOARCH: ${{ matrix.arch }}
38
GOOS: ${{ matrix.goos }}
39
CGO_ENABLED: 0
40
- run: go build -o gitops -ldflags="-s -w -X 'main.version=${{ github.ref_name }}'" cmd/gitops/main.go
+ run: go build -o gitops${{ matrix.artifact_suffix }} -ldflags="-s -w -X 'main.version=${{ github.ref_name }}'" cmd/gitops/main.go
41
- name: Upload binaries to release
42
uses: svenstaro/upload-release-action@v2
43
with:
0 commit comments