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

iOS and Android export #45

Open
mars3142 opened this issue Dec 3, 2020 · 7 comments
Open

iOS and Android export #45

mars3142 opened this issue Dec 3, 2020 · 7 comments
Labels
enhancement New feature or request

Comments

@mars3142
Copy link

mars3142 commented Dec 3, 2020

Is it possible to create iOS and/or Android builds with this action? I want to deploy my test builds to Firebase App Distribution and/or Testflight/Google Play Beta Testing.

@Calinou
Copy link
Collaborator

Calinou commented Dec 3, 2020

Android support was added in #34, but it's only in GitLab CI so far.

@Calinou Calinou added the enhancement New feature or request label Dec 3, 2020
@mars3142
Copy link
Author

mars3142 commented Dec 3, 2020

@Calinou Is the Android exporter able to create AAB files or only full APKs? I do also ask, because for AAB format we don't need the expansion files anymore.

@Calinou
Copy link
Collaborator

Calinou commented Dec 3, 2020

@mars3142 The Android exporter can create both. If you use the old workflow, you'll be exporting full APKs. If you use the new custom build workflow, you can export APKs or AABs.

I'm not sure if APK expansion files are still supported in the old workflow.

That said, I'm not sure if the headless exporter is able to export to Android using the new custom build workflow.

@Crystalwarrior
Copy link

any updates on github build android support?

@myin142
Copy link

myin142 commented Feb 4, 2022

GitHub build should also work, they are just not documented I think. All the necessary dependencies and settings should already be set in the Dockerfile. I am currently trying it out. I still have some problems but they seem to be on my side.

Edit: I thinks it works now if anyone wants a reference: https://github.com/sakkaku-dev/godot-template/blob/master/.github/workflows/release.yml

@lfkdev
Copy link

lfkdev commented Oct 30, 2022

Would be awesome if we could add the android-export to the github yaml template aswell

@realkotob
Copy link
Collaborator

@myin142 @lfkdev This sounds good, you can make a Pull Request with the changes if you'd like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants