Skip to content

Commit

Permalink
:cri9:
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan committed Jul 14, 2024
1 parent 689cc1c commit 54d4f36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 54d4f36

Please sign in to comment.