From 01e598c8595a657a424b804e53b4e72b59bac694 Mon Sep 17 00:00:00 2001 From: hendisantika Date: Wed, 17 Jan 2024 20:14:38 +0700 Subject: [PATCH] =?UTF-8?q?Setup=20CI=20CD=2012=F0=9F=AB=B8=F0=9F=8C=80?= =?UTF-8?q?=E2=9C=8F=EF=B8=8F=F0=9F=93=97=20:octocat:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_android.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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