Only build single target with goreleaser

This commit is contained in:
Jerry Jacobs 2024-07-31 15:54:37 +02:00
parent 50a5ec03b1
commit cdc61ecfbb
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}