Skip to content

Commit

Permalink
Fix release name template for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Apr 16, 2020
1 parent 4f06773 commit 6374dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ builds:
archives:
- format: tar.gz
wrap_in_directory: false
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 6374dd0

Please sign in to comment.