Using correct reference to archive in Homebrew cask
Some checks failed
ci / Build (push) Failing after 32s
Release / Build (push) Successful in 3m6s
Release / Site (push) Successful in 1m28s
Release / Release (push) Successful in 3m37s

This commit is contained in:
Leon Mika 2025-11-18 21:39:26 +11:00
parent 82478605db
commit f891f5b36d
2 changed files with 22 additions and 7 deletions

4
_site/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
docs/
node_modules/
resources/
themes/

View file

@ -18,11 +18,7 @@ builds:
main: ./cmd/dynamo-browse/.
binary: dynamo-browse
archives:
- id: tgz
wrap_in_directory: false
formats:
- tar.gz
# MacOS Release: notarise and publish via Homebrew Tap
notarize:
@ -40,10 +36,24 @@ notarize:
wait: true
timeout: 20m
archives:
- id: macos_tgz
ids:
- dynamo-browse_macos
wrap_in_directory: false
formats:
- tar.gz
- id: linux_tgz
ids:
- dynamo-browse_linux
wrap_in_directory: false
formats:
- tar.gz
homebrew_casks:
- name: dynamo-browse
ids:
- dynamo-browse_macos
- macos_tgz
repository:
owner: casks
name: dynamo-browse
@ -76,7 +86,8 @@ release:
owner: cmd
name: dynamo-browse
ids:
- tgz
- macos_tgz
- linux_tgz
checksum:
name_template: 'checksums.txt'