Skip to content

Commit

Permalink
Merge pull request #2701 from niyajali/attempt2-fix-error
Browse files Browse the repository at this point in the history
Attempt#2 - Fixing Workflow Error
  • Loading branch information
niyajali authored Sep 6, 2024
2 parents 4d0a1ed + 34d6467 commit 5248c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/inflate-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
env:
KEYSTORE: ${{ inputs.keystore }}
run: |
echo $KEYSTORE | androidApp/release_keystore.keystore
echo $KEYSTORE | base64 -d > androidApp/release_keystore.keystore
- name: Inflate google-services.json
shell: bash
Expand Down

0 comments on commit 5248c4f

Please sign in to comment.