fix: goreleaser process

This commit is contained in:
Jan Henkel 2024-05-29 20:32:35 +02:00
parent 0d20396d37
commit 5aa5e697e9
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -13,7 +13,7 @@ builds:
- linux
- windows
goarch:
- 386
- "386"
- amd64
- arm
- arm64