diff options
| author | James Mills <1290234+prologic@users.noreply.github.com> | 2023-01-21 11:42:17 +1000 |
|---|---|---|
| committer | James Mills <1290234+prologic@users.noreply.github.com> | 2023-01-21 11:42:17 +1000 |
| commit | 07d414bafd8f6841a7588ce3b5079a5dcd1ff7d8 (patch) | |
| tree | 0f6d478bff577afa9b2a36154ad0e70137cafedb /.goreleaser.yml | |
| parent | 77feb50073df5434956d0037a66eb829ad41a820 (diff) | |
Fix GoReleaser config
Diffstat (limited to '.goreleaser.yml')
| -rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 368823e..4dd1f5a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,7 +2,7 @@ builds: - id: tube binary: tube - main: ./cmd/tube/... + main: ./cmd/tube tags: - embed - static_build |
