File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 9696 if : startsWith(github.ref, 'refs/tags/')
9797 uses : goreleaser/goreleaser-action@v3
9898 with :
99- version : v0.162.0
99+ version : latest
100100 args : release --rm-dist
101101 env :
102102 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
@@ -106,5 +106,5 @@ jobs:
106106 if : " !startsWith(github.ref, 'refs/tags/')"
107107 uses : goreleaser/goreleaser-action@v3
108108 with :
109- version : v0.162.0
109+ version : latest
110110 args : build --snapshot
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ builds:
2222 ignore :
2323 - goos : darwin
2424 goarch : " 386"
25+ - goos : windows
26+ goarch : arm64
2527 binary : " {{ .ProjectName }}_{{ .Version }}"
2628archives :
2729 - format : zip
4042 - " --detach-sign"
4143 - " ${artifact}"
4244 stdin : ' {{ .Env.GPG_PASSWORD }}'
45+ output : false
4346release :
4447changelog :
4548 skip : true
You can’t perform that action at this time.
0 commit comments