diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index acae9c71..472e5ea5 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -99,6 +99,11 @@ jobs: run: | echo "${{ secrets.DEBUG_KEYSTORE_FILE }}" | base64 --decode > ./app/debug_keystore.jks + - name: Extract Key Hash + run: | + keytool -exportcert -alias ${{ secrets.DEBUG_KEYSTORE_KEY_ALIAS }} -keystore ./app/debug_keystore.jks -storepass ${{ secrets.DEBUG_KEYSTORE_PASSWORD }} | openssl sha1 -binary | openssl base64 + shell: bash + - name: Install Dependencies run: | gem install bundler