mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
temporarily disable key caching
This commit is contained in:
parent
ed69dc803b
commit
89525b1897
1 changed files with 9 additions and 9 deletions
18
.github/workflows/pr_test_build_android.yml
vendored
18
.github/workflows/pr_test_build_android.yml
vendored
|
@ -115,15 +115,15 @@ jobs:
|
||||||
cd /opt/android/cake_wallet/scripts/android/
|
cd /opt/android/cake_wallet/scripts/android/
|
||||||
./build_mwebd.sh --dont-install
|
./build_mwebd.sh --dont-install
|
||||||
|
|
||||||
- name: Cache Keystore
|
# - name: Cache Keystore
|
||||||
id: cache-keystore
|
# id: cache-keystore
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: /opt/android/cake_wallet/android/app/key.jks
|
# path: /opt/android/cake_wallet/android/app/key.jks
|
||||||
key: $STORE_PASS
|
# key: $STORE_PASS
|
||||||
|
#
|
||||||
- if: ${{ steps.cache-keystore.outputs.cache-hit != 'true' }}
|
# - if: ${{ steps.cache-keystore.outputs.cache-hit != 'true' }}
|
||||||
name: Generate KeyStore
|
- name: Generate KeyStore
|
||||||
run: |
|
run: |
|
||||||
cd /opt/android/cake_wallet/android/app
|
cd /opt/android/cake_wallet/android/app
|
||||||
keytool -genkey -v -keystore key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias testKey -noprompt -dname "CN=CakeWallet, OU=CakeWallet, O=CakeWallet, L=Florida, S=America, C=USA" -storepass $STORE_PASS -keypass $KEY_PASS
|
keytool -genkey -v -keystore key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias testKey -noprompt -dname "CN=CakeWallet, OU=CakeWallet, O=CakeWallet, L=Florida, S=America, C=USA" -storepass $STORE_PASS -keypass $KEY_PASS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue