Skip to content

Commit

Permalink
Merge pull request #324 from SkycoinProject/fix/arm-release-template
Browse files Browse the repository at this point in the history
Fix release name template for ARM
  • Loading branch information
jdknives authored Apr 16, 2020
2 parents 4f06773 + 6374dd0 commit ba0b6a4
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 ba0b6a4

Please sign in to comment.