[UPDATE] Manual workflow run to make release APK

Added option to run workflow in case APK in artifact expires
This commit is contained in:
Hossain Khan
2025-05-09 18:37:55 -04:00
committed by GitHub
parent dfb9306b8d
commit e79c7a2ccc
+3
View File
@@ -12,6 +12,9 @@ name: Android Release Build
on:
push:
branches: [ "main" ]
# This allows manual triggering of the workflow, which results in making Android Release APK build
# Go to the "Actions" tab the repository, select this workflow, and click the "Run workflow" button to run it manually.
workflow_dispatch:
jobs:
build-release: