From 54d4f362499bc350dd0f1c83d9133a9ff9ef2e66 Mon Sep 17 00:00:00 2001 From: IndusAryan Date: Sun, 14 Jul 2024 22:00:39 +0530 Subject: [PATCH] :cri9: --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02bf865..733d4d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,11 @@ jobs: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} + - name: Debug Base64 String + run: | + echo "${{ secrets.SIGNING_KEY_STORE_BASE64 }}" + echo "${{ secrets.SIGNING_KEY_STORE_BASE64 }}" + - name: Decode Keystore run: | echo "${{ secrets.SIGNING_KEY_STORE_BASE64 }}" | base64 --decode > "${{ secrets.SIGNING_KEY_STORE_PATH }}"