diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e97f8db..eeac9a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build Native Image +name: Release Application on: workflow_dispatch: diff --git a/jreleaser.yml b/jreleaser.yml index 18813ec..3f204ae 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -22,6 +22,12 @@ release: contributors: format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}' +packagers: + brew: + active: always + multiPlatform: true + tap: + owner: namuan assemble: archive: @@ -35,8 +41,6 @@ assemble: - input: '.' includes: [ 'LICENSE' ] - - environment: properties: artifactsDir: out/jreleaser/assemble/kt-cli-app/archive