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

Add and create files

This commit is contained in:
Minionguyjpro
2023-07-08 08:27:06 +00:00
parent 1277fd9d6b
commit 5c93180a34
5 changed files with 293 additions and 0 deletions

9
action.yml Normal file
View File

@@ -0,0 +1,9 @@
name: 'Inno Setup Action'
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'