1
0
mirror of https://github.com/fumiama/RVC-Models-Downloader.git synced 2025-11-24 21:32:52 +09:00

Compare commits

...

1 Commits

Author SHA1 Message Date
源文雨
efcb809a9d chore: make cfg happy 2025-11-20 17:06:03 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
with:
version: latest
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -70,14 +70,14 @@ changelog:
archives:
- id: all
builds:
ids:
- linux
- macos
- windows
name_template: "rvcmd_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format_overrides:
- goos: windows
format: zip
formats: [ 'zip' ]
nfpms:
- license: AGPL 3.0