Skip to content

Commit

Permalink
Build webapp for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 7, 2024
1 parent 36354bf commit afb71af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:

- run: pip install -r requirements.txt

- name: Build Web UI
working-directory: ./studio/web_ui
run: npm install . && npm run build

- run: sh ./desktop/build_desktop_app.sh
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit afb71af

Please sign in to comment.