forked from isHarryh/Ark-Pets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8a3468
commit fdaa551
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|