Skip to content

Commit

Permalink
fix inno setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid Ciepiela committed Nov 15, 2023
1 parent e13bc2e commit 13bc32c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
- name: Compile .ISS to .EXE Installer
uses: Minionguyjpro/Inno-Setup-Action@v1.1.0
with:
path: /scripts/setup.iss
path: "scripts/setup.iss"
options: /DVersion="${{ github.ref_name }}"

- run: dir dist/

0 comments on commit 13bc32c

Please sign in to comment.