We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309803e commit 5edbc9aCopy full SHA for 5edbc9a
.github/workflows/build.yml
@@ -40,11 +40,6 @@ jobs:
40
TMP_KEYSTORE_FILE_PATH="${RUNNER_TEMP}"/keystore
41
mkdir "${TMP_KEYSTORE_FILE_PATH}"
42
echo $ENCODED_STRING | base64 --decode > "${TMP_KEYSTORE_FILE_PATH}"/your_keystore_file.jks
43
- echo $ENCODED_STRING | base64 --decode > debug.txt
44
- - name: Setup tmate session
45
- uses: mxschmitt/action-tmate@v3
46
- with:
47
- limit-access-to-actor: true
48
# builds failing with: "Failed to read key from store "/home/runner/work/_temp/keystore/your_keystore_file.jks": Short read of DER length"
49
# - name: Build APK
50
# env:
0 commit comments