wzieba / Firebase-Distribution-Github-Action

This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.
MIT License
358 stars 75 forks source link

failed to upload timed out after 300000ms #135

Open IzumiShaka-desu opened 1 month ago

IzumiShaka-desu commented 1 month ago

Hi,

I'm trying to use this action in a reusable workflow to upload an apk to Firebase App Distribution. Unfortunately I keep getting an issue after i make changes to my app(implement firebase core to the app) before the changes the apk successfully uploaded to firebase app distribution this error make me confused.

Screenshot 2024-05-17 at 14 11 46

my ci/cd pipelines:

    - name: Prepare google-services.json
      id: create-json
      uses: jsdaniell/create-json@1.1.2
      with:
          name: "google-services.json"
          json: ${{ secrets.GOOGLE_SERVICES_JSON_DEVELOPMENT }}
          dir: "android/app/"

    - name: Build release APK
      run: |
        flutter build apk --release \
        --dart-define=BASE_URL="${{ secrets.BASE_URL }}" \
        --dart-define=APP_VERSION="${{ secrets.APP_VERSION }}"
    - name: Archive artifacts
      uses: actions/upload-artifact@v2
      with:
        name: app-release
        path: build/app/outputs/flutter-apk/app-release.apk
    - name: Upload to Firebase App Distribution
      uses: wzieba/Firebase-Distribution-Github-Action@v1
      with:
          appId: ${{ secrets.APPID }} # Tambahkan FIREBASE_APP_ID di Secrets
          serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }} # Tambahkan FIREBASE_TOKEN di Secrets
          groups: testers
          debug: true
          file: build/app/outputs/flutter-apk/app-release.apk
przemekpan commented 1 month ago

most likely caused by this firebase outage :)

dunghn-hybrid commented 1 month ago

Incident affecting App Distribution https://status.firebase.google.com/incidents/t1HKQ1ACyGpThDf2dNJv