From d61f0312445a97e571bcf995d645d7b2567053b6 Mon Sep 17 00:00:00 2001 From: Front <27463495+Frontesque@users.noreply.github.com> Date: Sun, 6 Mar 2022 13:06:17 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bafd00..4854cb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: android - path: android/app/build/outputs/apk/release/app-release-unsigned.apk + path: android/app/build/outputs/apk/release/app-release.apk ios: name: Build iOS platform