mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
ci(build): Upload build artifact
This commit is contained in:
parent
b754a045eb
commit
e0c750d27e
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
@ -57,3 +57,8 @@ jobs:
|
||||
run: |
|
||||
echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > android/app/keystore.jks
|
||||
npx semantic-release
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Artifact
|
||||
path: build/app/outputs/apk/release/revanced-manager*.apk
|
||||
|
Loading…
Reference in New Issue
Block a user