Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Only include MacOS zip files in releases
Browse files Browse the repository at this point in the history
This fixes an issue where we try to double upload release assets for
Windows zip files.

Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton authored and cjellick committed Aug 30, 2023
1 parent 0cd578e commit 8903651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ archives:
checksum:
name_template: "checksums.txt"
extra_files:
- glob: "./releases/*.zip"
- glob: "./releases/*-macOS-universal.zip"

signs:
- id: cosign
Expand All @@ -86,7 +86,7 @@ release:
prerelease: auto
extra_files:
- glob: ./cosign.pub
- glob: "./releases/*.zip"
- glob: "./releases/*-macOS-universal.zip"

brews:
- description: "Acorn CLI"
Expand Down

0 comments on commit 8903651

Please sign in to comment.