mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-07 13:59:06 +00:00
Add android build workflow
This commit is contained in:
parent
33941ce359
commit
8fe13cdcba
6
.github/workflows/android-build.yml
vendored
6
.github/workflows/android-build.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: 'Download main.js Artifact'
|
- name: 'Download main.js Artifact'
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -27,12 +26,9 @@ jobs:
|
|||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
name: main-js
|
name: main-js
|
||||||
path: mobile/html/Web.bundle/js/
|
path: mobile/html/Web.bundle/js/
|
||||||
|
- name: 'Install npm dependencies'
|
||||||
- name: 'Install npm Dependencies'
|
|
||||||
run: |
|
run: |
|
||||||
cd mobile
|
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
- name: 'Build Android Release'
|
- name: 'Build Android Release'
|
||||||
run: |
|
run: |
|
||||||
cd mobile/android
|
cd mobile/android
|
||||||
|
Loading…
Reference in New Issue
Block a user