Update PR template. Fix Android release workflow.

This commit is contained in:
Reckless_Satoshi 2022-10-04 09:30:45 -07:00
parent 0689377f2c
commit 36cf1569f0
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
## What does this PR do?
Fixes #<PR_NUMBER/>
## Checklist before merging
- [ ] If its a frontend feature, I have ran prettier (`cd frontend; npm run format`).
- [ ] 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`.

View File

@ -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: |