update build script
Some checks failed
/ Auto-Build-App (push) Failing after 1m24s

This commit is contained in:
pietru2004 2024-11-05 08:20:50 +01:00
parent aecec1f408
commit e55ea72c0e

View file

@ -35,7 +35,7 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls -lh ${{ gitea.workspace }} ls -lh ${{ gitea.workspace }}
- name: Upload windows build - name: Upload jar build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: BuildFiles name: BuildFiles
@ -63,6 +63,8 @@ jobs:
echo ' "projectId": "cookie-server-utils" ' >> publish.config.json echo ' "projectId": "cookie-server-utils" ' >> publish.config.json
echo ' } ' >> publish.config.json echo ' } ' >> publish.config.json
echo '} ' >> publish.config.json echo '} ' >> publish.config.json
- name: List files in the repository
run: |
ls -lh ${{ gitea.workspace }} ls -lh ${{ gitea.workspace }}
- name: Install node js - name: Install node js
run: | run: |