From a0f5edc98fd090a3e3b53107457190aa63134814 Mon Sep 17 00:00:00 2001 From: namuan <575441+namuan@users.noreply.github.com> Date: Fri, 30 Dec 2022 15:52:02 +0000 Subject: [PATCH] build: #2 Fix platform --- jreleaser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jreleaser.yml b/jreleaser.yml index 7d66b0a..4c1f26b 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -31,7 +31,6 @@ assemble: attachPlatform: true fileSets: - input: 'target' - output: 'bin' includes: [ 'kt-cli-app' ] - input: '.' includes: [ 'LICENSE' ] @@ -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"