There was an error while loading. Please reload this page.
1 parent 65151a1 commit b4640adCopy full SHA for b4640ad
2 files changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: goreleaser/goreleaser-action@v5
42
with:
43
version: latest
44
- args: release --rm-dist
+ args: release --clean
45
env:
46
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yaml
@@ -22,6 +22,8 @@ builds:
22
ignore:
23
- goarch: '386'
24
goos: darwin
25
+ - goarch: arm
26
+ goos: windows
27
binary: '{{ .ProjectName }}_{{ .Version }}'
28
archives:
29
- format: zip
0 commit comments