From 552945b0f9eddba248ca0693e096dc8614b79e9d Mon Sep 17 00:00:00 2001 From: ender non <106776384+EnderNon@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:51:06 +0100 Subject: [PATCH] Update android.yml auto artifact build --- .github/workflows/android.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e519f16..07698b8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -24,3 +24,7 @@ jobs: run: chmod +x gradlew - name: Build with Gradle run: ./gradlew build + + - name: automated-build-android-app-with-github-action + uses: amirisback/automated-build-android-app-with-github-action@2.2.3 +