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

Commit

Permalink
Switch from .dmg to .zip for extra release files
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton authored and cjellick committed Aug 29, 2023
1 parent 4fb6453 commit f77a2dd
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/*.dmg"
- glob: "./releases/*.zip"

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

brews:
- description: "Acorn CLI"
Expand Down

0 comments on commit f77a2dd

Please sign in to comment.