Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy WearOS applicaion #235

Open
zimml opened this issue Jan 5, 2025 · 0 comments
Open

Deploy WearOS applicaion #235

zimml opened this issue Jan 5, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zimml
Copy link

zimml commented Jan 5, 2025

Describe the bug
I'm trying to deploy a WearOS application but I get error:
Error: You cannot rollout this release because it does not allow any existing users to upgrade to the newly added APKs.
My application is composed of a Mobile application (which deploys correctly) and a WearOS application which reports this error.

Is this a known limitation ? Is there something special to configure to send the AAB to WearOS instead of Mobile OS ?

Workflow Step Configuration

Here is the yml I used to upload.

    - name: Deploy Google play
      uses: r0adkll/upload-google-play@v1
      with:
        serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
        packageName: foo.io
        releaseFiles: "${{ runner.workspace }}/output/${{ matrix.project }}.aab"
        track: internal
@zimml zimml added the bug Something isn't working label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants