From 5e4a8c3799dddaf12ae93706e6b7e3f8b2a5442a Mon Sep 17 00:00:00 2001 From: abs3nt Date: Tue, 28 Feb 2023 08:49:31 -0800 Subject: [PATCH] CI: add gitea urls --- .goreleaser.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3a1b856..72b5871 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,8 +1,10 @@ -# This is an example .goreleaser.yml file with some sensible defaults. -# Make sure to check the documentation at https://goreleaser.com +gitea_urls: + api: https://gitea.asdf.cafe/api/v1 + download: https://gitea.asdf.cafe + skip_tls_verify: false + before: hooks: - # You may remove this if you don't use go modules. - go mod tidy builds: @@ -18,7 +20,6 @@ builds: archives: - format: tar.gz - # this name template makes the OS and Arch compatible with the results of uname. name_template: >- {{ .ProjectName }}_ {{- title .Os }}_ @@ -26,7 +27,6 @@ archives: {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }} - # use zip for windows archives format_overrides: - goos: windows format: zip