How to get version from apk name in github release? #2161
Unanswered
SubhashBose
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple apks in each github release, like this name format
Everything works fine, I can get the latest release, filter 'AppA' to get the correct apk. But I can not get the app version from it. I expect regex for version
[0-9]+\.[0-9]+\.[0-9]+
to match, but it does not. It seems regex only applied to url/release-tag, but not on apk name. How can I apply regex on apk name to extract the version?Thanks
Beta Was this translation helpful? Give feedback.
All reactions