feat: Changed working directory
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m58s
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m58s
This commit is contained in:
parent
113834ab26
commit
119d287865
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user