Conversation
Modify APK output file name based on commit SHA and build type.
Update version extraction logic to handle missing tags.
Removed git_sha parameter from release step.
|
i still dont get the actual point of these changes |
Because previously only the short commit hash was used, making it hard to tell which version is newer. |
|
Currently there's an unnecessary |
|
@drogga why does it even bother u ahaha |
|
...because it was just wrong, but I can see you've made changes since, so thx, but to clarify - I have absolutely no issues with and don't mind (in fact no one should) if the "v" prefix is in the file names of releases and CI artifacts, it's even preferable, but it seems like both are tied for now and can't exclude only the versionName, unless this PR tackles exactly this (IDK). |
Overview
Refactor APK output naming to clearly distinguish between Release and CI / Staging builds.
Changes
LogFox-v<versionName>-release.apkLogFox-v<versionName>-<short_commit>-release.apkVerification
I have tested this repeatedly in my repository. The generated APKs can be downloaded from this Actions run:
LogFox Actions run