Wrapper around Inno Setup CLI (iscc.exe)
Required File name of an Inno Setup script.
A directory path where the Inno Setup script is. Default value is the empty string, which represents the current directory of the action execution.
Full file path of the newly created installer.
File name of the newly created installer.
File name without the extension of the newly created installer.
- name: Create installer
uses: team-mst/mst-inno-setup-wrapper@v1
with:
script-name: installer.iss
working-directory: ${{ working-directory }}