From 4f0163bbd052aaa78ae6a17c19ec795ecc242ebb Mon Sep 17 00:00:00 2001 From: Aman Singh Date: Tue, 13 Jun 2023 01:44:59 +0530 Subject: [PATCH] TP-0000 | build pipeline updated --- .github/workflows/newBuild.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/newBuild.yml b/.github/workflows/newBuild.yml index 50fd6bea..ebe1cadb 100644 --- a/.github/workflows/newBuild.yml +++ b/.github/workflows/newBuild.yml @@ -10,6 +10,13 @@ on: options: - qa - dev + type: + description: Choose build type + required: true + type: choice + options: + - debug + - release version_code: description: Enter app version code (example, 292) required: false