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