Scripts changes & Test
This commit is contained in:
parent
0782209122
commit
9acd6abd7d
8 changed files with 94 additions and 9 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue