Skip to content

Commit

Permalink
made artifact folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Boxylmer committed Oct 19, 2023
1 parent 895697e commit a5cb8c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/testcompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: windows-2022

steps:
- name: Checkout repo
Expand Down Expand Up @@ -40,15 +40,13 @@ jobs:
# Prepare an installer release
# - name: Setup Inno Setup
# uses: crazy-max/ghaction-inno-setup@v3

- name: Compile Inno Setup Script
run: |
ISCC.exe ./DesktopApp/innosetup.iss
- name: Archive installer files
run: |
mkdir -p release_artifacts # Ensure the directory exists
Compress-Archive -Path "DesktopApp/Output/setup.exe" -DestinationPath "release_artifacts/BoxmanFiddlejigInstaller.zip"
shell: pwsh

Expand Down

0 comments on commit a5cb8c0

Please sign in to comment.