disable cache key for now
Some checks failed
Cache Dependencies / test (push) Has been cancelled

This commit is contained in:
OmarHatem 2024-12-10 15:26:06 +02:00
parent 35cf4a716f
commit ed600f9b8b

View file

@ -69,15 +69,15 @@ jobs:
cd /opt/android cd /opt/android
git clone https://github.com/cake-tech/cake_wallet.git --branch ${{ env.BRANCH_NAME }} git clone https://github.com/cake-tech/cake_wallet.git --branch ${{ env.BRANCH_NAME }}
- 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 # path: /opt/android/cake_wallet/android/app
key: keystore # key: keystore
#
- 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