mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-01-13 12:33:28 +01:00
BUGFIX: HTML5 Build dir
This commit is contained in:
parent
8958f9cefe
commit
7c6b524ff2
@ -35,7 +35,7 @@ godot --export "Mac OSX" ./build/mac/${SubDirectoryLocation:-""}${PROJECT}
|
||||
# Export for HTML5
|
||||
echo "Building ${PROJECT} for HTML5"
|
||||
mkdir -p ./build/html5/${SubDirectoryLocation:-""}
|
||||
godot --export "HTML5" Builds/html5/${SubDirectoryLocation:-""}index.html
|
||||
godot --export "HTML5" ./build/html5/${SubDirectoryLocation:-""}index.html
|
||||
|
||||
mkdir ${workDir}/package
|
||||
if [ ${PACKAGE:-"false"} = "true" ]
|
||||
|
Loading…
Reference in New Issue
Block a user