Fix repackage if building with multiple java versions
This commit is contained in:
parent
470aeadbd9
commit
496cd5e621
2
.github/workflows/repackage-native-libs.yml
vendored
2
.github/workflows/repackage-native-libs.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
run: |
|
||||
#echo ${GITHUB_REF#refs/tag/}
|
||||
tree .
|
||||
mv ./*/*.tar.gz .
|
||||
mv ./$(ls */ -d | tail -n1)/*.tar.gz .
|
||||
ver=$(ls ./*.tar.gz | xargs basename | sed -E 's/signal-cli-(.*).tar.gz/\1/')
|
||||
echo $ver
|
||||
echo "::set-output name=signal_cli_version::${ver}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user