From 734c5efc57767338e79ed26700b96cfaf6c69eb1 Mon Sep 17 00:00:00 2001 From: Farhan Jamil <71662961+FarhanJ2@users.noreply.github.com> Date: Thu, 30 May 2024 21:00:14 -0400 Subject: [PATCH] Release APK GitHub Action --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 861d40f..323b190 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,3 +54,14 @@ jobs: with: name: app-release.apk path: android/app/build/outputs/apk/release/ + release-android: + name: Create Android Release + runs-on: ubuntu-latest + needs: build-android + steps: + - name: Download artifact + uses: actions/download-artifact@v3 + with: + name: app-release.apk + - name: Test artifact download + run: ls -R