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

Update README.md

This commit is contained in:
Minionguyjpro
2023-12-31 20:03:50 +01:00
committed by GitHub
parent a90c3c77c1
commit e32acb9796

View File

@@ -21,7 +21,7 @@ jobs:
The action will tell you it saved the file somewhere around in ``D:\YOURREPONAME\YOURREPONAME\`` and maybe in another directory (depends on how you've defined the output directory in your .iss script). In this case, ``D:\YOURREPONAME\YOURREPONAME\`` is the root directory of your cloned GitHub repository workspace in the action. Keep this path layout in mind if you need it for other things in your workflow. If you'd choose to save the setup file in the root directory (by example not specifing a custom directory) and calling it setup.exe, it would be at ``D:\YOURREPONAME\YOURREPONAME\setup.exe``.
---
| **Key Name** | **Required** | **Example** | **Default Value** | **Description** |
|--------------|--------------|--------------------|-------------------|-----------------------------------------------------------------------------------------------------------------|
| **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](https://jrsoftware.org/ishelp/index.php?topic=compilercmdline) for more information. |