feat(goreleaser): Vastly simplify upload process #229

Merged
sam merged 2 commits from use-goreleaser-upload into master 2023-11-08 18:02:34 +00:00
Showing only changes of commit 74bd7f43cd - Show all commits

View file

@ -134,6 +134,22 @@ nfpms:
- statically-linked-binary
- changelog-file-missing-in-native-package
uploads:
-
name: Packages
exts:
- deb
- rpm
- apk
- termux.deb
username: sam
target: >-
https://git.froth.zone/api/packages/sam/
{{- if eq .LinuxPackage "deb" }}debian/pool/sid/main/upload
{{- else if eq .Os "termux.deb" }}debian/pool/termux/main/upload
{{- else if eq .Os "rpm" }}rpm/upload
{{- else if eq .Os "apk" }}alpine/edge/main
gitea_urls:
api: https://git.froth.zone/api/v1
download: https://git.froth.zone