Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from timescale/fix_goreleaser
Browse files Browse the repository at this point in the history
Add binary names to goreleaser config
  • Loading branch information
davidkohn88 authored Oct 21, 2020
2 parents 06ed2e5 + 96c17b6 commit 1341d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ builds:
- CGO_ENABLED=0
main: ./cmd/ts-dump/
id: ts-dump
binary: ts-dump
- env:
- CGO_ENABLED=0
main: ./cmd/ts-restore/
id: ts-restore
binary: ts-restore

#don't publish scoop but overwrite the weird names
scoop:
Expand Down

0 comments on commit 1341d36

Please sign in to comment.