Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
goreleaser: archive.replacements has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersbn committed Jul 5, 2023
1 parent 34109e7 commit a826f2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ builds:
archives:
- id: default
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit a826f2c

Please sign in to comment.