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.
1 parent 2959842 commit 3a9b1ddCopy full SHA for 3a9b1dd
.github/workflows/release_binary.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: "Create release on GitHub"
26
uses: goreleaser/goreleaser-action@v4
27
with:
28
- args: "release --rm-dist"
+ args: "release --clean"
29
version: latest
30
workdir: .
31
env:
.goreleaser.yaml
@@ -24,12 +24,12 @@ builds:
24
goarch: 'arm64'
binary: '{{ .ProjectName }}'
- main: cmd/{{ .ProjectName }}/{{ .ProjectName }}.go
+ # main: cmd/{{ .ProjectName }}/{{ .ProjectName }}.go
+ main: main.go
archives:
- format: zip
32
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'
33
34
checksum:
35
algorithm: sha256
-
0 commit comments