mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(release): restore Android signing keystore
This commit is contained in:
@@ -263,7 +263,7 @@ jobs:
|
||||
- name: Optimize APK
|
||||
run: cd android/app/build/outputs/apk/release && zipalign 4 app-release-unsigned.apk app-release-unsigned-zip.apk
|
||||
- name: Sign APK
|
||||
run: cd android/app/build/outputs/apk/release && apksigner sign --ks ../../../../../bitsocial.keystore --ks-pass pass:${{ secrets.BITSOCIAL_KEYSTORE_PASSWORD }} --ks-key-alias release --out app-release-signed.apk app-release-unsigned-zip.apk
|
||||
run: cd android/app/build/outputs/apk/release && apksigner sign --ks ../../../../../plebbit.keystore --ks-pass pass:${{ secrets.PLEBBIT_REACT_KEYSTORE_PASSWORD }} --ks-key-alias release --out app-release-signed.apk app-release-unsigned-zip.apk
|
||||
- name: Stage release artifacts
|
||||
run: |
|
||||
mkdir -p release-assets
|
||||
|
||||
Reference in New Issue
Block a user