From 36cf1569f08cfaa43328dce4c0321b7949b31f1a Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Tue, 4 Oct 2022 09:30:45 -0700 Subject: [PATCH] Update PR template. Fix Android release workflow. --- .github/pull_request_template.md | 3 ++- .github/workflows/android-build.yml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 848ff5cd1..e3704f15c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,5 @@ ## What does this PR do? +Fixes # ## Checklist before merging -- [ ] If its a frontend feature, I have ran prettier (`cd frontend; npm run format`). \ No newline at end of file +- [ ] If it's a frontend feature, I have ran prettier `cd frontend; npm run format`. If it's a mobile app feature I ran `cd mobile; npm run format`. \ No newline at end of file diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 347e1cbe5..85cde7dda 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -27,14 +27,14 @@ jobs: workflow: frontend-build.yml workflow_conclusion: success name: mobile-web.bundle - path: mobile/html + path: mobile/html/Web.bundle - name: 'Download main.js Artifact for a release' if: inputs.semver != '' # Only if fired as job in release.yml uses: actions/download-artifact@v3 with: - name: mobile-main-js - path: mobile/html/Web.bundle/js/ + name: mobile-web.bundle + path: mobile/html/Web.bundle - name: 'Install npm Dependencies' run: |