Skip to content

Commit 50431fe

Browse files
authored
Update release.yml: fix dir not found
1 parent 9c7206d commit 50431fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
git commit -m "set release version to ${next_version}"
7676
git tag -a "release/${next_version}" -m "tagged version ${next_version}"
7777
export GPG_TTY=$TTY
78+
mkdir -p ./cli/target/
7879
mv ./natives/* ./cli/target/
7980
mvn --settings .mvn/settings.xml -B -ntp deploy -Pdeploy -Dgpg.pin.entry.mode=loopback -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
8081
env:

0 commit comments

Comments
 (0)