diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index f9a59c25..f3f9b14b 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -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: |