mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
Use latest inno acction
This commit is contained in:
parent
ab1e3b3368
commit
0bf6445e76
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -208,7 +208,7 @@ jobs:
|
||||||
run: flutter build windows --build-number=${{ github.run_number }}
|
run: flutter build windows --build-number=${{ github.run_number }}
|
||||||
|
|
||||||
- name: Compile Inno Setup installer
|
- name: Compile Inno Setup installer
|
||||||
uses: Minionguyjpro/Inno-Setup-Action@v1.2.2
|
uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
|
||||||
with:
|
with:
|
||||||
path: windows/windows_setup.iss
|
path: windows/windows_setup.iss
|
||||||
options: /O+ /DFLADDER_VERSION="${{ needs.fetch-info.outputs.version_name }}"
|
options: /O+ /DFLADDER_VERSION="${{ needs.fetch-info.outputs.version_name }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue