We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21f7771 + a56335d commit 80918f6Copy full SHA for 80918f6
.github/workflows/build.yaml
@@ -49,4 +49,4 @@ jobs:
49
labels: ${{ steps.docker_metadata.outputs.labels }}
50
file: Dockerfile
51
build-args: BINARY=${{ matrix.binary }}
52
- context: dist/${{ env.GITHUB_REPOSITORY_NAME }}_linux_amd64_v1
+ context: dist/${{ matrix.binary }}_linux_amd64_v1
.goreleaser.yaml
@@ -1,6 +1,7 @@
1
builds:
2
-- main: ./cmd/go-cli-github
+- id: go-cli-github
3
binary: go-cli-github
4
+ main: ./cmd/go-cli-github
5
ldflags:
6
- >
7
-s -w
0 commit comments