diff --git a/.github/workflows/release-gh-pages.yml b/.github/workflows/release-gh-pages.yml index 72b324b..81a516d 100644 --- a/.github/workflows/release-gh-pages.yml +++ b/.github/workflows/release-gh-pages.yml @@ -36,10 +36,10 @@ jobs: uses: actions/download-artifact@v3 - name: Setup | Place dist - run: mv ./artifact ./launchers/wasm/dist/ + run: mv ./artifact ./dist - name: Deploy | Github Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./launchers/wasm/dist/ + publish_dir: ./dist/