mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-04 03:25:03 +02:00
Scripts changes & Test
This commit is contained in:
@ -14,6 +14,8 @@ inputs:
|
||||
package:
|
||||
description: 'Set true to output an artifact zip file'
|
||||
required: false
|
||||
projectDir:
|
||||
description: 'Location of Godot project in repository'
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
@ -22,6 +24,7 @@ runs:
|
||||
- ${{ inputs.preset }}
|
||||
- ${{ inputs.subdirectory }}
|
||||
- ${{ inputs.package }}
|
||||
- ${{ inputs.projectDir }}
|
||||
branding:
|
||||
icon: loader
|
||||
color: blue
|
Reference in New Issue
Block a user