Skip to content

Commit 6cafc8b

Browse files
committed
Fix upload artifact path
1 parent 71d8715 commit 6cafc8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v3
3737
with:
38-
path: build_outputs_folder/
38+
path: dist
3939

4040
# Deployment job
4141
deploy:

0 commit comments

Comments
 (0)