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

Former-commit-id: 05844b0
  • Loading branch information
jdknives authored Apr 16, 2020
2 parents 9f04728 + 851e4f7 commit 6162b0a
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 6162b0a

Please sign in to comment.