Update ReadMe.md

This commit is contained in:
2022-04-27 01:57:29 -04:00
committed by Layla
parent a35bb31c9a
commit 637752b54e
5 changed files with 17 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
name: "Build Godot"
description: "Build a Godot project for multiple platforms"
author: josephbmanley
author: yeslayla
inputs:
name:
description: 'Name of the exported binary'
@@ -24,12 +24,12 @@ runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.name }}
- ${{ inputs.preset }}
- ${{ inputs.subdirectory }}
- ${{ inputs.package }}
- ${{ inputs.projectDir }}
- ${{ inputs.debugMode }}
- ${{ inputs.name }}
- ${{ inputs.preset }}
- ${{ inputs.subdirectory }}
- ${{ inputs.package }}
- ${{ inputs.projectDir }}
- ${{ inputs.debugMode }}
branding:
icon: loader
color: blue