diff --git a/.github/workflows/newBuild.yml b/.github/workflows/newBuild.yml index ec79dcc4..40d3183b 100644 --- a/.github/workflows/newBuild.yml +++ b/.github/workflows/newBuild.yml @@ -91,7 +91,7 @@ jobs: run: yarn move:prod && cd android && ./gradlew assemblefieldAgentsProdRelease - name: Assemble with Stacktrace - Calling QA release if: ((github.event.inputs.environment == 'QA' || inputs.environment == 'QA') && (github.event.flavor.type == 'callingAgents' || inputs.flavor == 'callingAgents')) - run: yarn move:qa && cd android && ./gradlew assemblefieldAgentsQARelease + run: yarn move:qa && cd android && ./gradlew assemblecallingAgentsQARelease - name: Assemble with Stacktrace - Calling PROD release if: ((github.event.inputs.environment == 'Prod' || inputs.environment == 'Prod') && (github.event.flavor.type == 'callingAgents' || inputs.flavor == 'callingAgents')) run: yarn move:prod && cd android && ./gradlew assemblefieldAgentsProdRelease