fix artifact path

This commit is contained in:
texm
2023-04-25 15:50:35 +08:00
parent 401392d1b1
commit 8d748ef8a0

View File

@@ -37,7 +37,7 @@ jobs:
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v1 uses: actions/upload-pages-artifact@v1
with: with:
path: ./build path: ./web/build
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest