Release v1.0.0 #major

This commit is contained in:
2026-06-03 00:08:50 -05:00
parent 20e80db23c
commit 09e6e0f946
+4 -10
View File
@@ -67,16 +67,10 @@ release:
owner: texasmade owner: texasmade
name: RocketLeagueBot-Renderer name: RocketLeagueBot-Renderer
# Upload each built binary to the Gitea generic package registry. The os/arch
# is encoded in the version segment, e.g.
# /api/packages/texasmade/generic/RocketLeagueBot-Renderer/1.0.0_darwin_amd64/RocketLeagueBot-Renderer
uploads: uploads:
- name: gitea - name: gitea-package-registry
method: PUT
mode: binary mode: binary
target: https://git.destefano.cloud/api/packages/texasmade/generic/{{ .ProjectName }}/{{ .Version }}_{{ .Os }}_{{ .Arch }}/{{ .ArtifactName }} target: "https://git.destefano.cloud/api/packages/texasmade/generic/RocketLeagueBot-Renderer/v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
username: fdestefano username: "fdestefano"
password: "{{ .Env.GITEA_SECRET }}" password: "{{ .Env.GITEA_SECRET }}"
# Password/token comes from the env var {NAME}_SECRET -> GITEA_SECRET. checksum: true # adds checksum header to the request
custom_headers:
Content-Type: application/octet-stream