From 05a66954c1e75167e10fc42f7de9b7e2ae569e79 Mon Sep 17 00:00:00 2001 From: Sergey Ukustov Date: Tue, 12 Mar 2024 16:51:45 +0300 Subject: [PATCH] upload --- .github/workflows/upload-example-vite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"