fix goreleaser.yml

This commit is contained in:
Moritz 2023-02-08 10:40:17 +01:00
parent 17f0e35cdc
commit b4a9f6f4bb
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
---
project_name: abra
gitea_urls:
api: https://git.coopcloud.tech/api/v1
download: https://git.coopcloud.tech/
@ -11,6 +10,7 @@ builds:
- env:
- CGO_ENABLED=0
dir: cmd/abra
id: abra
goos:
- linux
- darwin
@ -28,6 +28,7 @@ builds:
- "-X 'main.Version={{ .Version }}'"
- env:
- CGO_ENABLED=0
id: kadabra
dir: cmd/kadabra
goos:
- linux