Skip to content

Commit f29dc9e

Browse files
committed
CI+Tauri: point frontendDist to ../src/dist and upload correct web artifact path (src/dist/) to fix missing assets
1 parent 6001931 commit f29dc9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: web-dist
46-
path: dist/
46+
path: src/dist/
4747
if-no-files-found: warn
4848
retention-days: 14
4949

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"beforeDevCommand": "yarn dev",
77
"beforeBuildCommand": "yarn build",
88
"devUrl": "http://localhost:8000",
9-
"frontendDist": "../dist"
9+
"frontendDist": "../src/dist"
1010
},
1111
"app": {
1212
"security": {

0 commit comments

Comments
 (0)