We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff78363 commit b8c248eCopy full SHA for b8c248e
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: swift run SwiftWasmBlog
17
- uses: actions/upload-pages-artifact@v3
18
with:
19
- path: dist
+ path: Output
20
21
deploy:
22
runs-on: ubuntu-latest
0 commit comments