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 }}"