mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-07 13:59:06 +00:00
Update PR template. Fix Android release workflow.
This commit is contained in:
parent
0689377f2c
commit
36cf1569f0
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
@ -1,4 +1,5 @@
|
|||||||
## What does this PR do?
|
## What does this PR do?
|
||||||
|
Fixes #<PR_NUMBER/>
|
||||||
|
|
||||||
## Checklist before merging
|
## 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
.github/workflows/android-build.yml
vendored
6
.github/workflows/android-build.yml
vendored
@ -27,14 +27,14 @@ jobs:
|
|||||||
workflow: frontend-build.yml
|
workflow: frontend-build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
name: mobile-web.bundle
|
name: mobile-web.bundle
|
||||||
path: mobile/html
|
path: mobile/html/Web.bundle
|
||||||
|
|
||||||
- name: 'Download main.js Artifact for a release'
|
- name: 'Download main.js Artifact for a release'
|
||||||
if: inputs.semver != '' # Only if fired as job in release.yml
|
if: inputs.semver != '' # Only if fired as job in release.yml
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mobile-main-js
|
name: mobile-web.bundle
|
||||||
path: mobile/html/Web.bundle/js/
|
path: mobile/html/Web.bundle
|
||||||
|
|
||||||
- name: 'Install npm Dependencies'
|
- name: 'Install npm Dependencies'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user