Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Sep 6, 2024
1 parent 5248c4f commit bb0effa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/inflate-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ runs:
- name: Mock debug google-services.json
shell: bash
run: |
cp .github/mock-google-services.json androidApp/src/google-services.json
cp .github/mock-google-services.json androidApp/google-services.json
- name: Inflate release_keystore.keystore
shell: bash
env:
KEYSTORE: ${{ inputs.keystore }}
run: |
echo $KEYSTORE | base64 -d > androidApp/release_keystore.keystore
echo $KEYSTORE | base64 --decode > androidApp/release_keystore.keystore
- name: Inflate google-services.json
shell: bash
Expand Down

0 comments on commit bb0effa

Please sign in to comment.