@nadeemjazmawe/inno-setup-action-CLI
ActionsTags
(2)This action can be used to create installer for any application in the workflow.
It bassed on InnoSetup, which is Inno Setup is a free installer for Windows programs by Jordan Russell and Martijn Laan...more
Required
Description - Path for ISS file
First, you need to create InstallerScript.iss and insert it into the source code. after that you use it in your workflow.
- uses: nadeemjazmawe/[email protected]
with:
filepath: './path/InstallerScript.iss'
@nadeemjazmawe/inno-setup-action-CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.