Skip to content

Commit

Permalink
Engineering: Fixing Archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashamTrivedi committed Aug 4, 2022
1 parent 91c195a commit bcb9f78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ builds:
- go_first_class
- go_118_first_class
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
- replacements:
- id: default
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: Mac
linux: Linux
windows: Windows
Expand Down

0 comments on commit bcb9f78

Please sign in to comment.