mirror of
				https://github.com/yeslayla/build-godot-action.git
				synced 2025-11-04 16:23:04 +01:00 
			
		
		
		
	
			
				
					
						
					
					e8b4e439a5c5737dc19a7dc20834b8bed0f475ac
				
			
			
		
	Build Godot Project
This action builds the godot project in your $GITHUB_WORKSPACE, so that you can easily automate builds.
Usage
This action will create a build folder with subdirectories for linux, windows, and mac. You must have the export preset configured for each platform to successfully export.
Example:
steps:
- uses: josephbmanley/build-godot-action@v1.0.0
  env:
    PROJECT: godot-project
    SUBDIRECTORY: project
Environment Variables
- 
PROJECT REQUIRED
Name of the project files to output.
Eg.
godot-projectwill export togodot-project.exe - 
SUBDIRECTORY
Subdirectory to export project into.
Eg.
projectwill export to$GITHUB_WORKSPACE/build/windows/project/godot-project.exe 
Credits
This action uses the godot-ci docker image from BARICHELLO
					Languages
				
				
								
								
									Shell
								
								66.3%
							
						
							
								
								
									Dockerfile
								
								33.7%