mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
ci: fix failed to export signature file
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
- name: Export key
|
- name: Export key
|
||||||
env:
|
env:
|
||||||
KEY_BASE64: ${{ secrets.KEY_BASE64 }}
|
KEY_BASE64: ${{ secrets.KEY_BASE64 }}
|
||||||
run: echo $KEY_BASE64 | base64 --decode - > app/signature.jks
|
run: echo "$KEY_BASE64" | base64 --decode - > app/signature.jks
|
||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user