1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00
Minionguyjpro 741d876485 Update index.js
2023-12-11 15:25:41 +01:00
2023-12-10 14:56:19 +01:00
2023-12-11 15:25:41 +01:00
2023-07-08 11:32:07 +00:00
2023-12-10 14:40:22 +01:00
2023-07-08 11:32:07 +00:00
2023-07-08 09:24:02 +02:00
2023-07-08 11:32:07 +00:00
2023-07-08 11:32:07 +00:00
2023-07-08 11:32:07 +00:00
2023-07-08 13:50:24 +02:00

Inno-Setup-Action

GitHub action to compile .iss (Inno Setup Script) files.

Example Usage

Make for example the file /.github/workflows/build.yml with the following contents:

name: Build Installer
on: push
jobs:
  build:
    name: Build the Inno Setup Installer
    runs-on: windows-latest
    steps:
      - uses: actions/checkout@v3

      - name: Compile .ISS to .EXE Installer
        uses: Minionguyjpro/Inno-Setup-Action@v1.0.0
        with:
          path: /src/setup.iss
          options: /O+

Key Name Required Example Default Value Description
path Yes /src/setup.iss N/A Path to input .iss script file.
options No /O+ N/A Extra arguments/options to include. Include the slashes for them. See this page for more information.
Description
GitHub action to compile .iss (Inno Setup Script) files. https://docs.inno-setup-action.minionguyjpro.dedyn.io
Readme 3.5 MiB
Languages
JavaScript 90.7%
Inno Setup 9.3%