1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00
Files
inno-setup/action.yml
2024-01-02 16:32:13 +01:00

19 lines
418 B
YAML
Executable File

name: 'Inno Setup Action'
author: 'Minionguyjpro'
branding:
icon: 'box'
color: 'green'
description: 'GitHub action to compile .iss (Inno Setup Script) files.'
inputs:
path:
description: 'Path to input .iss script file'
required: true
options:
description: 'Extra arguments/options to include. Include the slashes for them.'
required: false
runs:
using: 'node20'
main: 'dist/index.js'