From a2122c025f6116a5ca989eecb3d998292c678058 Mon Sep 17 00:00:00 2001 From: ABHISHEK PATHAK <51234843+myofficework000@users.noreply.github.com> Date: Wed, 14 Jun 2023 02:21:40 +0530 Subject: [PATCH] Revert "Update app_workflow.yml" --- .github/workflows/app_workflow.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/app_workflow.yml b/.github/workflows/app_workflow.yml index 2a116c85..b52f1a67 100644 --- a/.github/workflows/app_workflow.yml +++ b/.github/workflows/app_workflow.yml @@ -44,13 +44,13 @@ jobs: - name: Make gradlew executable run: chmod +x ./gradlew - - - name: Build Release APK - run:./gradlew assembleRelease - - name: Releasing using Hub - uses: kyze8439690/action-release-releaseapk@master - env: - GITHUB_TOKEN: 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 - APP_FOLDER: app - - + + + - name: Build with Gradle + run: ./gradlew assembleRelease + + - name: Publish APK + uses: actions/upload-artifact@v2 + with: + name: MyApp + path: app/build/outputs/apk/release/app-release.apk