Skip to content

Commit e483577

Browse files
authoredMar 18, 2024··
##251: fix release build
1 parent 1a47cef commit e483577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git tag -a "release/${next_version}" -m "tagged version ${next_version}"
7777
export GPG_TTY=$TTY
7878
mvn --settings .mvn/settings.xml -B -ntp deploy -Pdeploy -Dgpg.pin.entry.mode=loopback -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
79-
mv ./natives/* ./cli/target/package/bin/
79+
mv ./natives/* ./cli/target/
8080
env:
8181
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
8282
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)
Please sign in to comment.