Skip to content

Commit

Permalink
copy installer to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 14, 2024
1 parent b295145 commit 2f86b57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@ jobs:
- name: Build Desktop App
run: uv run sh ./app/desktop/build_desktop_app.sh --compress-mac-app

- name: List Build
run: ls ./app/desktop/build/dist

- name: Build Windows Installer
if: matrix.os == 'windows-latest'
uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
with:
path: ./app/desktop/WinInnoSetup.iss

- name: Copy Windows Installer
if: matrix.os == 'windows-latest'
run: cp ./app/desktop/Output/kilnsetup.exe ./app/desktop/build/dist/Kiln.Windows.Installer.exe

- name: Upload Build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2f86b57

Please sign in to comment.