Using correct reference to archive in Homebrew cask
This commit is contained in:
parent
82478605db
commit
f891f5b36d
4
_site/.gitignore
vendored
Normal file
4
_site/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
docs/
|
||||
node_modules/
|
||||
resources/
|
||||
themes/
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue