mirror of
https://github.com/fumiama/RVC-Models-Downloader.git
synced 2026-02-15 03:39:47 +09:00
chore: make cfg happy
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user