From 690f30f3dda3850c426107df148bbd8b4707d7ef Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Tue, 8 Feb 2022 11:57:49 -0600 Subject: [PATCH] Update Artifact path --- .github/workflows/build_apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 1f11e9fd04c..a28fa0b3837 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -29,4 +29,4 @@ jobs: - uses: actions/upload-artifact@v2 with: name: release-apk - path: build/app/outputs/apk/release/app-release.apk + path: mobile/build/app/outputs/apk/release/app-release.apk