Update github action

This commit is contained in:
2023-12-23 16:41:05 +08:00
parent 5d819b3c8e
commit 10b2d8c72b
2 changed files with 11 additions and 3 deletions

View File

@@ -29,8 +29,9 @@ echo ©2020~`date +%Y` gfdgd xi
echo
echo Temp Path: $tempPath
mkdir -pv $tempPath
7z x -o$tempPath
7z x "$1" -o$tempPath
bash $tempPath/run.sh
if [[ $1 != "--no-clean" ]]; then
rm -rfv $tempPath
fi
fi
exit