mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 13:34:25 +02:00
build(Needs bump): Put keystore to correct file path
This commit is contained in:
parent
8961cf9044
commit
b44419133a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Setup keystore
|
||||
run: |
|
||||
echo "${{ secrets.KEYSTORE }}" | base64 --decode > "keystore.jks"}
|
||||
echo "${{ secrets.KEYSTORE }}" | base64 --decode > "android/app/keystore.jks"
|
||||
|
||||
- name: Release
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user