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

fix: shorebird releases get-apks generates empty folder #2773

Open
bryanoltman opened this issue Jan 15, 2025 · 1 comment
Open

fix: shorebird releases get-apks generates empty folder #2773

bryanoltman opened this issue Jan 15, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@bryanoltman
Copy link
Contributor

bryanoltman commented Jan 15, 2025

App ID: e5868886-9bec-43a6-87e3-8700059674e7

Description

Running shorebird releases get-apks with no arguments outputs the following:

⑆ shorebird releases get-apks 
✓ Fetching releases (0.2s)
Which release would you like to generate an apk for? 1.0.0+7
✓ Fetching aab artifact (0.2s)
✓ Downloading aab (100%) (0.4s)
✓ Building apks for release 1.0.0+7 (app: e5868886-9bec-43a6-87e3-8700059674e7) (2.4s)
apk(s) generated at /Users/bryanoltman/Documents/sandbox/macos_signing/build/app/outputs/shorebird-apk

But /Users/bryanoltman/Documents/sandbox/macos_signing/build/app/outputs/shorebird-apk is just an empty directory. Using the --no-universal outputs the expected APKs

Steps To Reproduce

  1. Create an Android release
  2. Run shorebird releases get-apks
  3. See that the shorebird-apk directory is empty

Expected Behavior

A universal APK is created (or the command fails because it can't do what the user is asking for)

@bryanoltman bryanoltman added the bug Something isn't working label Jan 15, 2025
@NavidShokoufeh
Copy link

same here!

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