ci: Upload artifacts when building pull requests

This commit is contained in:
oSumAtrIX 2025-05-30 15:19:50 +02:00 committed by GitHub
parent 2c1ff4d2cd
commit c0d7cf7c2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,4 +22,10 @@ jobs:
- name: Build
env:
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)