mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
Update action.yml
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
name: 'Inno Setup Action'
|
name: 'Inno Setup Action'
|
||||||
|
author: 'Minionguyjpro'
|
||||||
|
icon: 'box'
|
||||||
|
color: 'green'
|
||||||
description: 'GitHub action to compile .iss (Inno Setup Script) files'
|
description: 'GitHub action to compile .iss (Inno Setup Script) files'
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
path: # id of input
|
path: # id of input
|
||||||
description: 'Path to input .iss script file'
|
description: 'Path to input .iss script file'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user