Only build single target with goreleaser
This commit is contained in:
parent
50a5ec03b1
commit
cdc61ecfbb
|
|
@ -101,7 +101,7 @@ jobs:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
# 'latest', 'nightly', or a semver
|
# 'latest', 'nightly', or a semver
|
||||||
version: '~> v2'
|
version: '~> v2'
|
||||||
args: release --clean --snapshot
|
args: release --clean --snapshot --id win-release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue