mirror of
				https://github.com/yeslayla/build-godot-action.git
				synced 2025-11-04 16:23:04 +01:00 
			
		
		
		
	Fix prints in entrypoints
Looks like you didn't update the echos
This commit is contained in:
		@ -18,7 +18,7 @@ then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Export for project
 | 
			
		||||
echo "Building ${PROJECT} for Linux"
 | 
			
		||||
echo "Building $1 for $2"
 | 
			
		||||
mkdir -p `pwd`/build/${SubDirectoryLocation:-""}
 | 
			
		||||
godot --export $2 `pwd`/build/${SubDirectoryLocation:-""}$1
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user