Skip to content

Commit 1be3aa0

Browse files
committed
fix artifact path
1 parent 2325220 commit 1be3aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/upload-artifact@v7
3737
with:
3838
name: site
39-
path: ./dist
39+
path: ./via-ui/dist
4040

4141
deploy:
4242
name: Deploy

0 commit comments

Comments
 (0)