diff --git a/_site/.gitignore b/_site/.gitignore new file mode 100644 index 0000000..5a35c8d --- /dev/null +++ b/_site/.gitignore @@ -0,0 +1,4 @@ +docs/ +node_modules/ +resources/ +themes/ \ No newline at end of file diff --git a/goreleaser.yml b/goreleaser.yml index 822c052..871ca31 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -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'