Skip to content

Commit

Permalink
Update build-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin authored Jul 24, 2024
1 parent 7237a89 commit d338fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Write .env
run: |
echo "SUPABASE_URL=\"${{ secrets.SUPABASE_URL }}\"\nSUPABASE_KEY=\"${{ secrets.SUPABASE_KEY }}\"\nFIREBASE_CONFIG=\"${{ secrets.FIREBASE_CONFIG }}\"" > .env
echo $'SUPABASE_URL="${{ secrets.SUPABASE_URL }}"\nSUPABASE_KEY="${{ secrets.SUPABASE_KEY }}"\nFIREBASE_CONFIG="${{ secrets.FIREBASE_CONFIG }}"' > .env
- name: Install and Build Capacitor 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
Expand Down

0 comments on commit d338fa5

Please sign in to comment.