Skip to content

Commit

Permalink
ci(build): Upload jpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
half-nothing committed Apr 25, 2024
1 parent 823f8a2 commit 90ec1d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ jobs:
name: ArkPets.jar
path: desktop/build/dist/*.jar

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


# DUE TO JLINK ISSUES, AUTO RELEASE WAS TEMPORARILY BANNED.
#
# - name: Publish Release
Expand Down

0 comments on commit 90ec1d7

Please sign in to comment.