microsoft / fastlane-plugin-appcenter

App Center fastlane integration.
MIT License
507 stars 126 forks source link

appcenter_upload no longer uploading both .aab and .apk, only .aab #329

Closed shawna-donnelly closed 1 year ago

shawna-donnelly commented 1 year ago

Starting on 10/23, we started seeing only the .aab being uploaded to app center, even though the code didn't change. I re-ran a previously working github action (uploaded both apk and aab previously), and again it only uploaded the .aab.

We are using version 2.1.1.

Nothing with this call has changed:


    appcenter_upload(
      api_token: ANDROID_APPCENTER_KEY,
      owner_name: 'OurOrganization',
      owner_type: 'organization',
      app_name: ANDROID_APPCENTER_APP_NAME,
    )
AnatolyPristensky commented 1 year ago

Hello @shawna-donnelly, I've contacted appropriate team on this issue. It would be great if you will provide more information like logs for example.

AnatolyPristensky commented 1 year ago

@shawna-donnelly, we haven't heard from you for a while, so I'm closing this issue. Please, feel free to reopen it if you have more information.