From 6975f791f9a7e43625f15f57b3eb8b90024653fc Mon Sep 17 00:00:00 2001 From: joeloewi <87220306+joeloewi7178@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:12:54 +0900 Subject: [PATCH] =?UTF-8?q?main.yml=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3dced5a..27629e96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,6 +65,9 @@ jobs: -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 + - name: Build app bundle + run: ./gradlew :app:bundleRelease + - name: Upload Android Release to Play Store uses: r0adkll/upload-google-play@v1 with: