Skip to content

Commit bf29f93

Browse files
authored
Update build.yml
1 parent bc03170 commit bf29f93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
uses: actions/upload-pages-artifact@v3
4141
with:
4242
name: dist-${{ matrix.os }}
43-
path: | dist/
43+
path: |
44+
dist/

0 commit comments

Comments
 (0)