feature/build #1

Merged
Walzen665 merged 8 commits from feature/build into main 2024-05-26 09:16:34 +00:00
Showing only changes of commit 14aaedb552 - Show all commits

View File

@ -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: