Update goreleaser

This commit is contained in:
Jannis Mattheis
2023-07-26 17:48:16 +02:00
parent 1f417a13ad
commit d6d9af27a4
2 changed files with 2 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- if: startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v4
with:
version: latest
version: 1.19.2
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -36,8 +36,7 @@ archives:
- LICENSE
- README.md
- screego.config.example
replacements:
386: i386
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format_overrides:
- goos: windows
format: zip