From ccb6b5ba179cfd376c78e58d0d7979a4ab9d856d Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Sat, 5 Mar 2022 19:21:05 -0500 Subject: [PATCH] export vuetube apk --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b54228..d601805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,8 +63,8 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v2 with: - name: android - path: android/app + name: VueTube.apk + path: android/app/build/outputs/apk/release/app-release-unsigned.apk ios: name: Build iOS platform