Skip to content

Commit

Permalink
ci: Upload PR build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 12, 2024
1 parent 5e76286 commit a02f78c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ jobs:
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --no-daemon
run: ./gradlew :patches:buildAndroid --no-daemon

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: revanced-patches
path: patches/build/libs

0 comments on commit a02f78c

Please sign in to comment.