diff --git a/.github/workflows/upload-example-vite.yaml b/.github/workflows/upload-example-vite.yaml index a930af2..df40e15 100644 --- a/.github/workflows/upload-example-vite.yaml +++ b/.github/workflows/upload-example-vite.yaml @@ -37,5 +37,6 @@ jobs: - id: "upload-file" uses: "google-github-actions/upload-cloud-storage@v2" with: - path: "${{ github.workspace }}/examples/example-vite/dist/" + path: "${{ github.workspace }}/examples/example-vite/dist" destination: "skyward-public.ukstv.me" + parent: false