ci: publish APK to GitHub release on v* tag #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a publish-release job that triggers only on tag pushes (refs/tags/v*).
It reuses the APK artifact uploaded by apk-deploy, publishes a GitHub
release via softprops/action-gh-release, and attaches the APK.
Result: a stable permalink to the latest APK at
https://github.com///releases/latest/download/PostIt.Android.apk