Skip to content

Commit 5edbc9a

Browse files
committed
Removing debugging
1 parent 309803e commit 5edbc9a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
TMP_KEYSTORE_FILE_PATH="${RUNNER_TEMP}"/keystore
4141
mkdir "${TMP_KEYSTORE_FILE_PATH}"
4242
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
4843
# builds failing with: "Failed to read key from store "/home/runner/work/_temp/keystore/your_keystore_file.jks": Short read of DER length"
4944
# - name: Build APK
5045
# env:

0 commit comments

Comments
 (0)