We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6001931 commit f29dc9eCopy full SHA for f29dc9e
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/upload-artifact@v4
44
with:
45
name: web-dist
46
- path: dist/
+ path: src/dist/
47
if-no-files-found: warn
48
retention-days: 14
49
src-tauri/tauri.conf.json
@@ -6,7 +6,7 @@
6
"beforeDevCommand": "yarn dev",
7
"beforeBuildCommand": "yarn build",
8
"devUrl": "http://localhost:8000",
9
- "frontendDist": "../dist"
+ "frontendDist": "../src/dist"
10
},
11
"app": {
12
"security": {
0 commit comments