We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18acd2e commit f5237e3Copy full SHA for f5237e3
.goreleaser.yaml
@@ -1,5 +1,4 @@
1
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2
-# vim: set ts=2 sw=2 tw=0 fo=cnqoj
3
4
version: 2
5
@@ -25,9 +24,9 @@ builds:
25
24
- -s -w -X github.com/github/gh-combine/internal/version.tag={{.Tag}} -X github.com/github/gh-combine/internal/version.commit={{.FullCommit}} -X github.com/github/gh-combine/internal/version.buildTime={{.CommitDate}}
26
27
archives:
28
- - formats:
29
- - binary
30
- meta: true
+ - formats: binary
+ name_template: "{{ .Os }}-{{ .Arch }}"
+
31
32
# snapshots are used for testing and development purposes
33
# build snapshots with `goreleaser build --snapshot --clean`
0 commit comments