Fix fury release

This commit is contained in:
世界 2024-03-25 10:44:17 +08:00
parent a3b74591a7
commit 712bdd9ae5
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -60,6 +60,7 @@ nfpms:
- id: package_beta
<<: *template
package_name: sing-box-beta
file_name_template: '{{ .ProjectName }}-beta_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
formats:
- deb
- rpm
@ -71,10 +72,9 @@ furies:
- account: sagernet
ids:
- package
skip: |-
{{ eq .Prerelease "" }}
skip: "{{ .Prerelease }}"
- account: sagernet
ids:
- package_beta
skip: |-
{{ ne .Prerelease "" }}
skip: "{{ not .Prerelease }}"