mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-04 03:25:03 +02:00
FEATURE: Optionally implement
This commit is contained in:
@ -16,6 +16,9 @@ inputs:
|
||||
required: false
|
||||
projectDir:
|
||||
description: 'Location of Godot project in repository'
|
||||
debugMode:
|
||||
description: 'Whether or not to use `--export-debug`'
|
||||
default: false
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
@ -25,6 +28,7 @@ runs:
|
||||
- ${{ inputs.subdirectory }}
|
||||
- ${{ inputs.package }}
|
||||
- ${{ inputs.projectDir }}
|
||||
- ${{ inputs.debugMode }}
|
||||
branding:
|
||||
icon: loader
|
||||
color: blue
|
Reference in New Issue
Block a user