From 8b3f273175a572c68ec7e0e11e54d88172334d9e Mon Sep 17 00:00:00 2001 From: hendisantika Date: Wed, 17 Jan 2024 20:31:04 +0700 Subject: [PATCH] =?UTF-8?q?Setup=20CI=20CD=2015=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_android.yml b/.github/workflows/deploy_android.yml index 733e49a..c99bf74 100644 --- a/.github/workflows/deploy_android.yml +++ b/.github/workflows/deploy_android.yml @@ -20,7 +20,7 @@ jobs: name: Build .apk file runs-on: ubuntu-latest steps: -# - run: flutter build apk --release --verbose + - run: flutter build apk --release --verbose - name: Upload Artifacts uses: actions/upload-artifact@v4 with: