Skip to content

Commit

Permalink
build: #3 Adding Homebrew support
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Dec 30, 2022
1 parent 747e2e2 commit 4273a6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Native Image
name: Release Application

on:
workflow_dispatch:
Expand Down
8 changes: 6 additions & 2 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ release:
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'

packagers:
brew:
active: always
multiPlatform: true
tap:
owner: namuan

assemble:
archive:
Expand All @@ -35,8 +41,6 @@ assemble:
- input: '.'
includes: [ 'LICENSE' ]



environment:
properties:
artifactsDir: out/jreleaser/assemble/kt-cli-app/archive
Expand Down

0 comments on commit 4273a6a

Please # to comment.