mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-03 03:12:50 +02:00
Update entrypoint.sh
This commit is contained in:
parent
e80ebead07
commit
64abbf1b5b
@ -20,7 +20,7 @@ fi
|
||||
echo "Building $1 for $2"
|
||||
mkdir -p $GITHUB_WORKSPACE/build/${SubDirectoryLocation:-""}
|
||||
cd "$GITHUB_WORKSPACE/$5"
|
||||
godot --${mode} "$2" $GITHUB_WORKSPACE/build/${SubDirectoryLocation:-""}$1
|
||||
godot --headless --${mode} "$2" $GITHUB_WORKSPACE/build/${SubDirectoryLocation:-""}$1
|
||||
echo "Build Done"
|
||||
|
||||
echo ::set-output name=build::build/${SubDirectoryLocation:-""}
|
||||
|
Loading…
x
Reference in New Issue
Block a user