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