diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e31b2a..00752ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: if: github.ref == 'refs/heads/main' uses: actions/upload-pages-artifact@v1 with: - path: "zig-out" + path: "zig-wasm-audio-framebuffer/zig-out" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2