diff --git a/.github/workflows/deploy_android.yml b/.github/workflows/deploy_android.yml index 733e49a..e62a30f 100644 --- a/.github/workflows/deploy_android.yml +++ b/.github/workflows/deploy_android.yml @@ -37,4 +37,5 @@ jobs: uses: charliealbright/appcenter-cli-action@v1.0.1 with: token: ${{secrets.APPCENTER_API_TOKEN}} - command: 'appcenter distribute release -f ${{inputs.file}} --app ${{inputs.name}} --group ${{inputs.group}}' \ No newline at end of file + # command: 'appcenter distribute release -f ${{inputs.file}} --app ${{inputs.name}} --group ${{inputs.group}}' + command: 'appcenter distribute release -f ${{inputs.file}} --group ${{inputs.group}}' \ No newline at end of file