Skip to content

Commit

Permalink
simplified decode of debug keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
Talha Ali committed Mar 11, 2024
1 parent 0f85295 commit aecf986
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/ci_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ runs:
ENCODED_STRING_DEBUG: ${{ inputs.ENCODED_STRING_DEBUG }}
SIGNING_KEY_STORE_PATH_DEBUG: ${{ inputs.SIGNING_KEY_STORE_PATH_DEBUG }}
run: |
echo $ENCODED_STRING_DEBUG > keystore-b64-debug.txt
base64 -d keystore-b64-debug.txt > $SIGNING_KEY_STORE_PATH_DEBUG
echo $ENCODED_STRING_DEBUG | base64 --decode > $SIGNING_KEY_STORE_PATH_DEBUG
- name: Decode Internal Keystore
shell: bash
Expand Down

0 comments on commit aecf986

Please sign in to comment.