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/.
|
main: ./cmd/dynamo-browse/.
|
||||||
binary: dynamo-browse
|
binary: dynamo-browse
|
||||||
|
|
||||||
archives:
|
|
||||||
- id: tgz
|
|
||||||
wrap_in_directory: false
|
|
||||||
formats:
|
|
||||||
- tar.gz
|
|
||||||
|
|
||||||
# MacOS Release: notarise and publish via Homebrew Tap
|
# MacOS Release: notarise and publish via Homebrew Tap
|
||||||
notarize:
|
notarize:
|
||||||
|
|
@ -40,10 +36,24 @@ notarize:
|
||||||
wait: true
|
wait: true
|
||||||
timeout: 20m
|
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:
|
homebrew_casks:
|
||||||
- name: dynamo-browse
|
- name: dynamo-browse
|
||||||
ids:
|
ids:
|
||||||
- dynamo-browse_macos
|
- macos_tgz
|
||||||
repository:
|
repository:
|
||||||
owner: casks
|
owner: casks
|
||||||
name: dynamo-browse
|
name: dynamo-browse
|
||||||
|
|
@ -76,7 +86,8 @@ release:
|
||||||
owner: cmd
|
owner: cmd
|
||||||
name: dynamo-browse
|
name: dynamo-browse
|
||||||
ids:
|
ids:
|
||||||
- tgz
|
- macos_tgz
|
||||||
|
- linux_tgz
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue