Updated build process
This commit is contained in:
parent
41091c2b43
commit
14aaedb552
@ -21,17 +21,12 @@ jobs:
|
|||||||
- name: Set up NeutralinoJS CLI
|
- name: Set up NeutralinoJS CLI
|
||||||
run: npm i -g @neutralinojs/neu
|
run: npm i -g @neutralinojs/neu
|
||||||
|
|
||||||
|
- name: Update NeutralinoJS CLI (prepare build)
|
||||||
|
run: neu update
|
||||||
|
|
||||||
- name: Build app
|
- name: Build app
|
||||||
run: neu build
|
run: neu build
|
||||||
|
|
||||||
- name: TestStep
|
|
||||||
run: |
|
|
||||||
ls -la
|
|
||||||
cd dist/
|
|
||||||
ls -la
|
|
||||||
cd clearapp/
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user