Skip to content

Commit

Permalink
ci: Fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Slyusar <[email protected]>
  • Loading branch information
reysand committed Feb 2, 2024
1 parent fd4b5b3 commit 11f0d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Generate auth_config_single_account.json
run: |
mkdir ./app/src/main/res/raw
echo "${{ secrets.AUTH_CONFIG_SINGLE_ACCOUNT }} > ./app/src/main/res/raw/auth_config_single_account.json
echo "${{ secrets.AUTH_CONFIG_SINGLE_ACCOUNT }}" > ./app/src/main/res/raw/auth_config_single_account.json
- name: Generate secrets.properties
run: |
echo "${{ secrets.SECRETS_PROPERTIES }} > ./secrets.properties
echo "${{ secrets.SECRETS_PROPERTIES }}" > ./secrets.properties
- name: Generate keystore.properties
run: |
Expand Down

0 comments on commit 11f0d45

Please sign in to comment.