mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
15 lines
306 B
YAML
15 lines
306 B
YAML
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'
|