Skip to content

Commit

Permalink
ci: fix artifact template and deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Apr 14, 2024
1 parent 67c66ce commit 36d7ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ archives:
wrap_in_directory: true
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{ .Version }}_
{{- tolower .Os }}_
{{- if eq .Arch "amd64" }}64-bit
{{- else if eq .Arch "386" }}32-bit
{{- else if eq .Arch "darwin" }}osx
Expand Down

0 comments on commit 36d7ffb

Please sign in to comment.