Skip to content

Commit ec455bc

Browse files
committed
fix: rename the artifact paths for jreleaser [ci skip]
1 parent 9893d23 commit ec455bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ distributions:
7676
migtool:
7777
type: NATIVE_IMAGE
7878
artifacts:
79-
- path: "migtool-ubuntu-latest/migtool"
79+
- path: "migtool-linux-x86/migtool"
8080
transform: "{{distributionName}}-linux-x86_64"
8181
platform: linux-x86_64
82-
- path: "migtool-macos-latest/migtool"
82+
- path: "migtool-macos-arm64/migtool"
8383
transform: "{{distributionName}}-macos-arm64"
8484
platform: osx-aarch_64

0 commit comments

Comments
 (0)