Skip to content

Commit

Permalink
Update pr-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko authored Sep 3, 2023
1 parent 4b24012 commit ddcfa7e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: revanced-manager-compose
path: ${{ steps.sign_apk.outputs.signedFile }}
path: ${{ steps.sign_apk.outputs.signedFile }}

0 comments on commit ddcfa7e

Please sign in to comment.