Updated build process
Some checks failed
Cooperate Cleaner Build / build-app (push) Failing after 44s

This commit is contained in:
Max 2024-05-26 11:08:30 +02:00
parent 0255ef2325
commit 41091c2b43

View File

@ -24,6 +24,14 @@ jobs:
- name: Build app
run: neu build
- name: TestStep
run: |
ls -la
cd dist/
ls -la
cd clearapp/
ls -la
- name: Upload Artifact
uses: actions/upload-artifact@v3
with: