use iss from windows

This commit is contained in:
Henry Hiles 2026-01-08 22:11:58 -05:00
commit db2e88662e
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,7 @@ jobs:
run: choco install innosetup -y
- name: "Build Inno Setup installer"
run: iscc installer.iss
run: iscc windows/installer.iss
- name: "Upload installer artifact"
uses: "actions/upload-artifact@v4"