Skip to content

Commit

Permalink
Merge pull request #76 from bilalcaliskan/devel
Browse files Browse the repository at this point in the history
fix: fix ci failure goreleaser
  • Loading branch information
bilalcaliskan authored Aug 13, 2023
2 parents b7a5cc2 + 004ce0f commit bc06c44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/package/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ builds:
main: ./main.go

archives:
- replacements:
amd64: x86_64
files:
- files:
- README.md
- LICENSE
name_template: >-
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
#dockers:
# - image_templates:
Expand Down

0 comments on commit bc06c44

Please sign in to comment.