ci: Make clio_server executable (#2394)

Closes: https://github.com/XRPLF/clio/discussions/2393
This commit is contained in:
Ayaz Salikhov
2025-08-05 18:13:23 +01:00
committed by GitHub
parent 97a938a2a9
commit cfffbfba9d

View File

@@ -73,7 +73,8 @@ jobs:
elif [[ $artifact == *.tar.gz ]]; then
tar -xvf $artifact
fi
mv clio_server ../
chmod +x ./clio_server
mv ./clio_server ../
cd ../
rm -rf ./artifact