Updating actions

This commit is contained in:
pocopico
2022-09-25 13:31:51 +03:00
parent 121c6e642d
commit 0a49209f7a

View File

@ -30,7 +30,7 @@ jobs:
cd /opt/tinycore-redpill
cp -rfp /home/runner/work/tinycore-redpill/tinycore-redpill/* .
cp -rfp /opt/config-files/redpill-load/config /opt/tinycore-redpill
sudo find . -type f -name *.sh -exec chmod +x {} \;
sudo find . -type f -name "*.sh" -exec chmod +x {} \;
sudo chmod /opt/tinycore-redpill/tools/*
VERSION=`/opt/tinycore-redpill/rploader.sh version`
echo "Version: ${VERSION}"