Skip to content

Commit

Permalink
Faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 authored Oct 28, 2024
1 parent 6c5bb0b commit 092b3ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
run: echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH

- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand All @@ -24,7 +25,7 @@ jobs:
run: ./gradlew deploy

- name: Upload built jar file
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: FloodCompat
path: build/libs/FloodCompat.jar

0 comments on commit 092b3ca

Please sign in to comment.