1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00

Update action.yml

This commit is contained in:
Minionguyjpro
2023-07-08 11:13:48 +02:00
committed by GitHub
parent a542394560
commit ad5653cedf

View File

@@ -1,9 +1,14 @@
name: 'Inno Setup Action'
author: 'Minionguyjpro'
icon: 'box'
color: 'green'
description: 'GitHub action to compile .iss (Inno Setup Script) files'
inputs:
path: # id of input
description: 'Path to input .iss script file'
required: true
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'