mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-06 09:59:27 +02:00
ci: Upload artifacts when building pull requests
This commit is contained in:
parent
2c1ff4d2cd
commit
c0d7cf7c2c
8
.github/workflows/build_pull_request.yml
vendored
8
.github/workflows/build_pull_request.yml
vendored
@ -22,4 +22,10 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: ./gradlew build --no-daemon
|
run: ./gradlew assembleRelease --no-daemon
|
||||||
|
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: revanced-manager
|
||||||
|
path: app/build/outputs/apk/release/revanced-manager*.apk?(.asc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user