and more debugging

This commit is contained in:
Philipp Crocoll
2025-06-17 20:44:34 +02:00
parent b0d0f06073
commit 67f7d74bb9

View File

@@ -26,13 +26,23 @@ jobs:
KeyStore: ${{ github.workspace }}/kp2a_net.keystore KeyStore: ${{ github.workspace }}/kp2a_net.keystore
MyAndroidSigningStorePass: ${{ secrets.KEY_STORE_PASSWORD }} MyAndroidSigningStorePass: ${{ secrets.KEY_STORE_PASSWORD }}
MyAndroidSigningKeyPass: ${{ secrets.KEY_PASSWORD }} MyAndroidSigningKeyPass: ${{ secrets.KEY_PASSWORD }}
MyTestEnv: abcd
run: | run: |
echo $KeyStore echo $KeyStore
echo ${{ github.workspace }}/kp2a_net.keystore
echo $KEYSTORE_BASE64 | base64 --decode > ${{ github.workspace }}/kp2a_net.keystore echo $KEYSTORE_BASE64 | base64 --decode > ${{ github.workspace }}/kp2a_net.keystore
echo "passes: "
echo $MyAndroidSigningStorePass | sha1sum | cut -c 1-5 echo $MyAndroidSigningStorePass | sha1sum | cut -c 1-5
echo $MyAndroidSigningKeyPass | sha1sum | cut -c 1-5 echo $MyAndroidSigningKeyPass | sha1sum | cut -c 1-5
echo "Test env"
echo $MyTestEnv
echo $MyTestEnv | sha1sum | cut -c 1-5
echo "Key store checksum: "
cat ${{ github.workspace }}/kp2a_net.keystore | sha1sum | cut -c 1-5
cat $KeyStore | sha1sum | cut -c 1-5 cat $KeyStore | sha1sum | cut -c 1-5
- name: Setup Gradle - name: Setup Gradle
uses: gradle/actions/setup-gradle@v3 uses: gradle/actions/setup-gradle@v3