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

Update index.md

This commit is contained in:
Minionguyjpro
2023-12-31 12:50:13 +01:00
committed by GitHub
parent c88f95830d
commit 697d710175

View File

@@ -1 +1,8 @@
# TEST
# Introduction
This is an action that can be used in a workflow that uses GitHub Actions, in order to build a setup executable based on a specified location of a script in a location on GitHub. You'll need to make sure you point to the right location in the script file with stuff, like you need to specify the location of the GitHub executable like ``D:\REPONAME\REPONAME\THEFINALPATHTOYOUREXECUTABLEGOESHIER``.
/\
||
||
The arrow shows the location of what's the root of your GitHub repository. Just make sure to specify the ``actions/checkout`` action as step before you'll use this action, and the path is set correctly like that in your Inno Setup script for compilation!