ci: Upload PR build artifact
This commit is contained in:
parent
862ca077db
commit
e746507339
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build_pull_request.yml
vendored
8
.github/workflows/build_pull_request.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue