feat: Changed working directory
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m58s

This commit is contained in:
Xeovalyte 2023-10-24 22:46:46 +02:00
parent 113834ab26
commit 119d287865

View File

@ -27,9 +27,9 @@ jobs:
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies - name: install frontend dependencies
run: npm install # change this to npm or pnpm depending on which one you use 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 - uses: tauri-apps/tauri-action@v0
workdir: toos-dashboard/ working-directory: ./toos-dashboard
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: