Skip to content

Commit

Permalink
Update PR template. Fix Android release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Oct 4, 2022
1 parent 0689377 commit 36cf156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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`.
6 changes: 3 additions & 3 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 36cf156

Please sign in to comment.