ci: allow manual mobile release tag uploads

This commit is contained in:
Bohdan Triapitsyn
2026-07-07 20:26:20 +03:00
parent 7a508f1b14
commit d447952344
+4
View File
@@ -11,6 +11,10 @@ on:
description: Build number. Leave empty to use GitHub run number.
required: false
type: string
release_tag:
description: Existing GitHub Release tag for Android artifact upload, for example v1.14.1.
required: false
type: string
upload_github_release:
description: Upload Android artifacts to GitHub Release. Requires release_tag when called by the release workflow.
required: false