Skip to content

Commit 236c709

Browse files
committed
fix build ids
1 parent c9079df commit 236c709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ builds:
1212
mod_timestamp: "{{ .CommitTimestamp }}"
1313
flags: ["-trimpath"]
1414
targets: ["go_first_class"]
15+
id: 'commit'
1516
binary: commit
1617
main: ./cmd/commit
1718
- env: ["CGO_ENABLED=0"]
1819
mod_timestamp: "{{ .CommitTimestamp }}"
1920
flags: ["-trimpath"]
2021
targets: ["go_first_class"]
22+
id: 'checkout'
2123
binary: checkout
2224
main: ./cmd/checkout
2325

0 commit comments

Comments
 (0)