From e79c7a2ccc1c048a351259d97afe8777b3712972 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Fri, 9 May 2025 18:37:55 -0400 Subject: [PATCH] [UPDATE] Manual workflow run to make release APK Added option to run workflow in case APK in artifact expires --- .github/workflows/android-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 06940e8..8a67d08 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -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: