fix(ci): fix linux packages upload (#3569)

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan Quintão 2024-12-20 23:38:28 -05:00 committed by GitHub
parent 72a0f59be3
commit 851f54ea57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -6,8 +6,8 @@ builds:
- id: navidrome
# Instead of compiling the binary with goreleaser, we just copy it from `binaries` folder
# This is because we need to compile the binaries with our Dockerfile, and to avoid having to
# compile it twice, we just copy the docker build output.env. The xxgo script handles this for us
gobinary: "./release/xxgo"
# compile it twice, we just copy the docker build output. The xxgo script handles this for us
tool: "./release/xxgo"
# All available targets compiled by the Dockerfile
targets:
@ -31,7 +31,7 @@ checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
snapshot:
version_template: "{{ .Tag }}-SNAPSHOT"
version_template: "{{ .Version }}-SNAPSHOT"
nfpms:
- id: navidrome