+9
-3
@@ -11,9 +11,7 @@ before:
|
|||||||
builds:
|
builds:
|
||||||
- id: renderer
|
- id: renderer
|
||||||
main: .
|
main: .
|
||||||
# Per-platform binary name so raw-binary uploads have unique filenames and
|
binary: RocketLeagueBot-Renderer
|
||||||
# can all live under a single package version on the Gitea registry.
|
|
||||||
binary: RocketLeagueBot-Renderer_{{ .Os }}_{{ .Arch }}
|
|
||||||
# Pure-Go build (WASM SQLite, no cgo) — fully static, cross-compiles cleanly.
|
# Pure-Go build (WASM SQLite, no cgo) — fully static, cross-compiles cleanly.
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
@@ -42,6 +40,14 @@ archives:
|
|||||||
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
|
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
|
||||||
files:
|
files:
|
||||||
- README.md
|
- 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:
|
checksum:
|
||||||
name_template: checksums.txt
|
name_template: checksums.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user