android-actions / setup-android

Android SDK setup for GitHub Actions
MIT License
191 stars 62 forks source link

Missing versions on GitHub marketplace #395

Closed TWiStErRob closed 9 months ago

TWiStErRob commented 11 months ago

As pointed out in https://github.com/android-actions/setup-android/issues/355#issuecomment-1441746705 there are many missing versions:

Marketplace Releases
image image

I think the missing piece is pressing this checkbox when releasing. This is probably doable just by editing the past releases to bump them into the marketplace too.

image

bkonicek-calm commented 11 months ago

Good catch! I initially set this up from the marketplace and it threw some really confusing errors trying to install the SDK. Bumping it to v3 solved it for me

ViliusSutkus89 commented 10 months ago

I can't publish on GitHub marketplace. I believe @daveol has repository admin rights to accept the GitHub marketplace developer agreement

image

daveol commented 10 months ago

Done

ViliusSutkus89 commented 10 months ago

@daveol , hello mate, sorry for the late reply. Could you do it again? There was a timer on my part and I wasn't very online that week, so I missed it.

ViliusSutkus89 commented 9 months ago

@daveol thanks mate

ViliusSutkus89 commented 9 months ago

v3.1.0 available in GitHub Marketplace - https://github.com/marketplace/actions/setup-android-sdk-tools?version=v3.1.0

TWiStErRob commented 9 months ago

Nice one, thanks!

(If I was you, I would click the other ones too just to reduce confusion and sync things up.)

ViliusSutkus89 commented 9 months ago

Yeah, that makes sense. Haven't even tried using v2.0.0 or v1.0.0, so not adding those, but every other later version is already on Marketplace

TWiStErRob commented 9 months ago

Nice!, Note: 2.0.10 (latest 2.x) is not showing in the dropdown for me.

ViliusSutkus89 commented 9 months ago

Yes, indeed it was missing. Fixed now.

That drop down list is not ordered numerically, so v2.0.10 is at the bottom, below v2.0.2 and also v2.0.1 and v2.0.0 are missing, no idea why, because they are in the marketplace

image

TWiStErRob commented 9 months ago

Thanks! 🤦🏻‍♂️ ok, the ordering is fun...