diff --git a/.github/workflows/build_ipa.yml b/.github/workflows/build_ipa.yml index 2c786b5..5fbe8f8 100644 --- a/.github/workflows/build_ipa.yml +++ b/.github/workflows/build_ipa.yml @@ -90,7 +90,6 @@ jobs: - name: Restore ExportOptions.plist run: bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_EXPORT_OPTIONS }}" "ios/Runner/ExportOptions.plist" - - name: Restore firebase_app_id_file.json run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_APP_ID_FILE }}" "ios/firebase_app_id_file.json"