mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-08 14:04:08 +00:00
Desktop app fix
This commit is contained in:
1
.github/workflows/frontend-build.yml
vendored
1
.github/workflows/frontend-build.yml
vendored
@ -42,7 +42,6 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
- name: 'Build'
|
- name: 'Build'
|
||||||
run: |
|
run: |
|
||||||
export NODE_OPTIONS="--max-old-space-size=4096"
|
|
||||||
cd frontend
|
cd frontend
|
||||||
npm run build
|
npm run build
|
||||||
- name: 'Archive Django Static Build Results'
|
- name: 'Archive Django Static Build Results'
|
||||||
|
@ -41,6 +41,7 @@ license: AGPL-3.0
|
|||||||
remote_metadata:
|
remote_metadata:
|
||||||
- github
|
- github
|
||||||
assets: # for github
|
assets: # for github
|
||||||
- robosats-v\d+\.\d+\.\d+.\w+-universal.apk
|
- robosats-v\d+\.\d+\.\d+.\w+-universal\.\w+.apk
|
||||||
- robosats-v\d+\.\d+\.\d+.\w+-arm64-v8a.apk
|
- robosats-v\d+\.\d+\.\d+.\w+-arm64-v8a\.\w+.apk
|
||||||
- robosats-v\d+\.\d+\.\d+.\w+-armeabi-v7a.apk
|
- robosats-v\d+\.\d+\.\d+.\w+-armeabi-v7a\.\w+.apk
|
||||||
|
- robosats-v\d+\.\d+\.\d+.\w+-x86_64\.\w+.apk
|
||||||
|
Reference in New Issue
Block a user