Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaygojiya authored Jun 24, 2024
1 parent e458ce4 commit 3e916fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
echo $GOOGLE_SERVICES_CONFIG > google-services-b64.txt
base64 -d google-services-b64.txt > android/app/google-services.json
- name: Create env file
uses: SpicyPizza/create-[email protected]
with:
- name: Create .env file
uses: ozaytsev86/create-env-file@v1
with:
WEB_CLIENT_ID: ${{ secrets.WEB_CLIENT_ID }}
FB_APP_ID: ${{ secrets.FB_APP_ID }}
FB_LOGIN_PROTOCOL: ${{ secrets.FB_LOGIN_PROTOCOL }}
Expand All @@ -81,9 +81,9 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
run: |
cat .env
ls
yarn generate:apk
cat .env
ls
yarn generate:apk
- name: Upload APK
uses: actions/[email protected]
Expand Down

0 comments on commit 3e916fb

Please sign in to comment.