mirror of
				https://github.com/yeslayla/build-godot-action.git
				synced 2025-11-04 16:23:04 +01:00 
			
		
		
		
	Update action.yml
This commit is contained in:
		@ -16,7 +16,7 @@ inputs:
 | 
				
			|||||||
    default: false
 | 
					    default: false
 | 
				
			||||||
  projectDir:
 | 
					  projectDir:
 | 
				
			||||||
    description: 'Location of Godot project in repository'
 | 
					    description: 'Location of Godot project in repository'
 | 
				
			||||||
    default: ""
 | 
					    default: "."
 | 
				
			||||||
  debugMode:
 | 
					  debugMode:
 | 
				
			||||||
    description: 'Whether or not to use `--export-debug`'
 | 
					    description: 'Whether or not to use `--export-debug`'
 | 
				
			||||||
    default: false
 | 
					    default: false
 | 
				
			||||||
@ -32,4 +32,4 @@ runs:
 | 
				
			|||||||
    - ${{ inputs.debugMode }}
 | 
					    - ${{ inputs.debugMode }}
 | 
				
			||||||
branding:
 | 
					branding:
 | 
				
			||||||
  icon: loader
 | 
					  icon: loader
 | 
				
			||||||
  color: blue
 | 
					  color: blue
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user