mirror of
				https://github.com/yeslayla/build-godot-action.git
				synced 2025-11-04 08:13:04 +01:00 
			
		
		
		
	BUGFIX: HTML5 Build
This commit is contained in:
		@ -34,7 +34,7 @@ godot --export "Mac OSX" ./build/mac/${SubDirectoryLocation:-""}${PROJECT}
 | 
			
		||||
 | 
			
		||||
# Export for HTML5
 | 
			
		||||
echo "Building ${PROJECT} for HTML5"
 | 
			
		||||
mkdir -p ./build/html5
 | 
			
		||||
mkdir -p ./build/html5/${SubDirectoryLocation:-""}
 | 
			
		||||
godot --export "HTML5" Builds/html5/${SubDirectoryLocation:-""}index.html
 | 
			
		||||
 | 
			
		||||
mkdir ${workDir}/package
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user