chore: fix goreleaser

This commit is contained in:
Jason Song 2024-09-24 15:26:53 +08:00
parent 7d49d7dcd3
commit 8ed9bf82e7
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5

View file

@ -1,3 +1,5 @@
version: 2
before:
hooks:
- go mod tidy
@ -81,7 +83,7 @@ blobs:
provider: s3
bucket: "{{ .Env.S3_BUCKET }}"
region: "{{ .Env.S3_REGION }}"
folder: "act_runner/{{.Version}}"
directory: "act_runner/{{.Version}}"
extra_files:
- glob: ./**.xz
- glob: ./**.sha256
@ -97,10 +99,10 @@ checksum:
- glob: ./**.xz
snapshot:
name_template: "{{ .Branch }}-devel"
version_template: "{{ .Branch }}-devel"
nightly:
name_template: "nightly"
version_template: "nightly"
gitea_urls:
api: https://gitea.com/api/v1