Update entrypoint.sh
This commit is contained in:
parent
866afed153
commit
1df3a3c322
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ cd "$GITHUB_WORKSPACE/$5"
|
|||
godot ./project.godot --headless --${mode} "$2"
|
||||
echo "Build Done"
|
||||
|
||||
ls -la ./Builds
|
||||
|
||||
if [ "$5" != "" ]
|
||||
then
|
||||
BUILD_PATH="$GITHUB_WORKSPACE/$5/build/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue