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

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GirlInPurple committed May 8, 2024
1 parent 386f02a commit 08eeda6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,28 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: make gradle wrapper executable
run: chmod +x ./gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build

# LibGDX uses "./gradlew dist" instead of "./gradlew build"
- name: Dist with Gradle Wrapper
run: ./gradlew dist

- name: Capture Desktop Artifacts
uses: actions/upload-artifact@v3
with:
name: Desktop Artifacts
path: desktop/build/libs/

- name: Capture Server Artifacts
uses: actions/upload-artifact@v3
with:
name: Server Artifacts
path: server/build/libs/

dependency-submission:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 08eeda6

Please sign in to comment.