Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanHanloth authored Jan 4, 2025
1 parent e7e5f15 commit 4a2d8d7
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,35 @@ jobs:
with:
name: Build-Test-Build
path: |
out/Boss-Key-Build-Test-multifile.zip
out/Boss-Key.dist
compile-to-installer:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Clone Repo
run: |
cd ./.github/inno-script
git clone https://github.com/IvanHanloth/innosetup-action.git
cp -r innosetup-action/* .
dir
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: Build-Test-Build
path: ./software

- name: Compile Installer
run: |
dir
.\ISCC.exe /DMyAppVersion='v2.0.0.0' Boss-Key.iss
working-directory: .github/inno-script

- name: Upload Installer
uses: actions/upload-artifact@v4
with:
name: Boss-Key-Installer
path: .github/inno-script/output/Boss-Key-v2.0.0.0-Installer.exe

0 comments on commit 4a2d8d7

Please sign in to comment.