Update entrypoint.sh

This commit is contained in:
Marie Kiryanova 2024-12-29 20:38:31 +00:00
parent 866afed153
commit 1df3a3c322

View file

@ -26,6 +26,8 @@ cd "$GITHUB_WORKSPACE/$5"
godot ./project.godot --headless --${mode} "$2" godot ./project.godot --headless --${mode} "$2"
echo "Build Done" echo "Build Done"
ls -la ./Builds
if [ "$5" != "" ] if [ "$5" != "" ]
then then
BUILD_PATH="$GITHUB_WORKSPACE/$5/build/" BUILD_PATH="$GITHUB_WORKSPACE/$5/build/"