diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 24817acd..36199cd6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,4 +20,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: pull-request-build - path: "app/build/outputs/apk/debug/*.apk" + path: "app/build/outputs/apk/prerelease/debug/*.apk"