Skip to content

Commit

Permalink
build: #2 Fix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Dec 30, 2022
1 parent 991f687 commit a0f5edc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ assemble:
attachPlatform: true
fileSets:
- input: 'target'
output: 'bin'
includes: [ 'kt-cli-app' ]
- input: '.'
includes: [ 'LICENSE' ]
Expand All @@ -47,7 +46,7 @@ distributions:
executable:
windowsExtension: exe
artifacts:
- path: "{{artifactsDir}}/kt-cli-app-{{projectVersion}}-osx-aarch_64.zip"
- path: "{{artifactsDir}}/kt-cli-app-{{projectVersion}}-osx-x86_64.zip"
platform: "osx-x86_64"
- path: "{{artifactsDir}}/kt-cli-app-{{projectVersion}}-linux-x86_64.zip"
platform: "linux-x86_64"
Expand Down

0 comments on commit a0f5edc

Please # to comment.