mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action.git
synced 2026-04-13 02:11:24 +02:00
Add and create files
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal 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'
|
||||
Reference in New Issue
Block a user