Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
LPkkjHD committed Nov 2, 2023
1 parent da1906b commit c486335
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0

- name: Execute Gradle build
working-directory: game
run: ./gradlew build
run: ./gradlew dist

- name: Archive Game Build
uses: actions/upload-artifact@v3
with:
name: Underwatch Game
path: game/desktop/build/libs/desktop-1.0.jar

0 comments on commit c486335

Please sign in to comment.