another testing some manual building

This commit is contained in:
DJ2LS 2023-10-22 20:51:21 +02:00
parent a22f6fb4a4
commit 27f7cef2b3

View file

@ -363,6 +363,7 @@ jobs:
find . -type d -o -name ".git" -delete
- name: Build/release Electron app
if: ${{!startsWith(matrix.os, 'macos')}}
uses: coparse-inc/action-electron-builder@v1.0.0
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
@ -377,6 +378,12 @@ jobs:
args: ${{ matrix.electron_parameters }}
max_attempts: 3
- name: Manual Build for MacOS
if: ${{startsWith(matrix.os, 'macos')}}
working-directory: gui
run: |
npm i
npm run build
- name: Compress Modem
uses: thedoctor0/zip-release@master