diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 1f11e9fd04..a28fa0b383 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