testing some manual building

This commit is contained in:
DJ2LS 2023-10-22 19:49:20 +02:00
parent 85fa22fd78
commit 33b7b395e5

View file

@ -381,7 +381,9 @@ jobs:
- name: Manual Build for MacOS
if: ${{startsWith(matrix.os, 'macos')}}
working-directory: gui
run: npm run build
run: |
npm i
npm run build
- name: Compress Modem
uses: thedoctor0/zip-release@master