+6
-2
@@ -11,7 +11,9 @@ before:
|
|||||||
builds:
|
builds:
|
||||||
- id: renderer
|
- id: renderer
|
||||||
main: .
|
main: .
|
||||||
binary: RocketLeagueBot-Renderer
|
# 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 }}
|
||||||
# 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
|
||||||
@@ -69,8 +71,10 @@ release:
|
|||||||
|
|
||||||
uploads:
|
uploads:
|
||||||
- name: gitea-package-registry
|
- name: gitea-package-registry
|
||||||
|
# Raw binaries (uniquely named per platform) plus checksums.txt, all under a
|
||||||
|
# single version: the standard Gitea generic layout .../{package}/{version}/{filename}
|
||||||
mode: binary
|
mode: binary
|
||||||
target: "https://git.destefano.cloud/api/packages/texasmade/generic/RocketLeagueBot-Renderer/v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
target: "https://git.destefano.cloud/api/packages/texasmade/generic/RocketLeagueBot-Renderer/v{{ .Version }}"
|
||||||
username: "fdestefano"
|
username: "fdestefano"
|
||||||
password: "{{ .Env.GITEA_SECRET }}"
|
password: "{{ .Env.GITEA_SECRET }}"
|
||||||
checksum: true # adds checksum header to the request
|
checksum: true # adds checksum header to the request
|
||||||
Reference in New Issue
Block a user