mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-30 22:12:59 +08:00
ci: Upload artifacts when building pull requests
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user