debug signing

This commit is contained in:
Philipp Crocoll
2025-06-17 20:28:05 +02:00
parent 149857a516
commit a360695271

View File

@@ -25,7 +25,9 @@ jobs:
KEYSTORE_BASE64: ${{ secrets.KEYSTORE_BASE64 }}
run: |
echo $KEYSTORE_BASE64 | base64 --decode > ${{ github.workspace }}/kp2a_net.keystore
echo $MyAndroidSigningStorePass | sha1sum | cut -c 1-5
echo $MyAndroidSigningKeyPass | sha1sum | cut -c 1-5
cat $KeyStore | sha1sum | cut -c 1-5
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3