diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 0d07c10..fc9020f 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -27,9 +27,9 @@ jobs: apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - name: install frontend dependencies run: npm install # change this to npm or pnpm depending on which one you use - workdir: toos-dashboard/ + working-directory: ./toos-dashboard - uses: tauri-apps/tauri-action@v0 - workdir: toos-dashboard/ + working-directory: ./toos-dashboard env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: