Update .gitea/workflows/workflow.yml
All checks were successful
publish / publish-tauri (ubuntu-20.04) (push) Successful in 4m3s

This commit is contained in:
xeovalyte 2023-10-27 12:45:30 +02:00
parent ce09220708
commit 9670bed8e8

View File

@ -28,6 +28,6 @@ jobs:
- name: install frontend dependencies
run: npm install # change this to npm or pnpm depending on which one you use
working-directory: ./toos-dashboard
- run: cargo tauri build
- run: npm run tauri build
working-directory: ./toos-dashboard