Skip to content

Commit

Permalink
fix: Change src archive format to tar.gz.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuxdude committed May 7, 2024
1 parent 1f1ce65 commit e216378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ universal_binaries:
source:
enabled: true
name_template: "{{ .ProjectName }}-v{{ .Version }}-src"
format: tar.xz
format: tar.gz
checksum:
# Checksum configuration.
name_template: 'checksums.txt'
Expand Down

0 comments on commit e216378

Please sign in to comment.