Skip to content

Commit

Permalink
change folder name to migtool-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Jul 30, 2024
1 parent f5ba47e commit 44613e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload linux native image artifact
uses: actions/upload-artifact@v4
with:
name: migtool_linux
name: migtool-linux
path: build/native/nativeCompile/migtool
overwrite: true

Expand Down
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ distributions:
migtool:
type: NATIVE_IMAGE
artifacts:
- path: "migtool_linux/migtool"
- path: "migtool-linux/migtool"
transform: "{{distributionName}}-linux-x86_64"
platform: linux-x86_64

0 comments on commit 44613e1

Please sign in to comment.