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 bc03170 commit bf29f93Copy full SHA for bf29f93
.github/workflows/build.yml
@@ -40,4 +40,5 @@ jobs:
40
uses: actions/upload-pages-artifact@v3
41
with:
42
name: dist-${{ matrix.os }}
43
- path: | dist/
+ path: |
44
+ dist/
0 commit comments