+9
-3
@@ -11,9 +11,7 @@ before:
|
||||
builds:
|
||||
- id: renderer
|
||||
main: .
|
||||
# Per-platform binary name so raw-binary uploads have unique filenames and
|
||||
# can all live under a single package version on the Gitea registry.
|
||||
binary: RocketLeagueBot-Renderer_{{ .Os }}_{{ .Arch }}
|
||||
binary: RocketLeagueBot-Renderer
|
||||
# Pure-Go build (WASM SQLite, no cgo) — fully static, cross-compiles cleanly.
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
@@ -42,6 +40,14 @@ archives:
|
||||
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
|
||||
files:
|
||||
- README.md
|
||||
# Raw, per-platform binaries. `uploads` with mode: binary only has artifacts
|
||||
# to send when an archive uses format: binary — without this it uploads
|
||||
# nothing but checksums.txt. The name_template gives each binary a unique
|
||||
# filename so they can all share one package version on the Gitea registry.
|
||||
- id: binary
|
||||
formats: [binary]
|
||||
name_template: >-
|
||||
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
|
||||
|
||||
checksum:
|
||||
name_template: checksums.txt
|
||||
|
||||
Reference in New Issue
Block a user