Skip to content

Commit

Permalink
Inno Setup Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
half-nothing committed Dec 11, 2023
1 parent b8a3468 commit fdaa551
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,20 @@ jobs:
gradle-version: 8.1.1

- name: Execute Gradle build
run: gradle clean distExe distJar
run: gradle clean distZip distJar

# - name: Upload Exe
# uses: actions/upload-artifact@v3
# if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
# with:
# name: ArkPets.exe
# path: desktop/build/dist/*.exe
- name: Compile EXE Installer
uses: Minionguyjpro/[email protected]
with:
path: docs/scripts/ExePacking.iss
options: /Q

- name: Upload Exe
uses: actions/upload-artifact@v3
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
with:
name: ArkPets.exe
path: desktop/build/dist/*.exe

- name: Upload Zip
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fdaa551

Please sign in to comment.