Updating actions

This commit is contained in:
pocopico
2022-09-25 13:33:50 +03:00
parent 0a49209f7a
commit fac187cbf8

View File

@ -31,7 +31,7 @@ jobs:
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 chmod /opt/tinycore-redpill/tools/*
sudo chmod +x /opt/tinycore-redpill/tools/*
VERSION=`/opt/tinycore-redpill/rploader.sh version`
echo "Version: ${VERSION}"
echo "/opt/tinycore-redpill files"