-
-
Notifications
You must be signed in to change notification settings - Fork 76
Automate publishing Android editor to Meta Horizon store #138
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
Conversation
077912a to
c40bb73
Compare
|
I added some code to the script to also upload the debug symbols, but I haven't tested it, and this isn't an argument I've ever used before so I'm not entirely sure how it works. So, I should probably run the |
c40bb73 to
326b4cb
Compare
m4gr3d
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good.
326b4cb to
c00f09e
Compare
Can't you create a new private channel and upload to that, to test debug symbol upload? |
syntaxerror247
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
I did manage to come up with a way to sort of test it. The |
|
Thanks! |
I tested publishing the 4.6-beta1 release by putting the official build in the right spot and then running the
build-android/upload-horizon.shdirectly - and it worked!However, since I haven't tested it by running
publish-release.sh(which would then runbuild-android/upload-horizon.sh), I'm not 100% sure that will work, but the code looks correct-ish to me :-)