Skip to content

Commit

Permalink
hotfix: remove deprecated goreleaser fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Jul 15, 2023
1 parent 42d8e81 commit 90f8fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --timeout 120m --debug
args: release --clean --timeout 120m --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 1 addition & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ builds:
mod_timestamp: "{{ .CommitTimestamp }}"

archives:
- replacements:
386: i386
amd64: x86_64
wrap_in_directory: true
- wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 90f8fca

Please sign in to comment.