From b2bcc47de5175054076d74656ccf8f426bffeacd Mon Sep 17 00:00:00 2001 From: NOCanoa <158103554+NOCanoa@users.noreply.github.com> Date: Thu, 29 Aug 2024 01:22:29 +0100 Subject: [PATCH] Update buildcnd.yml --- .github/workflows/buildcnd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildcnd.yml b/.github/workflows/buildcnd.yml index 3092a20..74b2752 100644 --- a/.github/workflows/buildcnd.yml +++ b/.github/workflows/buildcnd.yml @@ -28,4 +28,5 @@ jobs: server: storage.bunnycdn.com username: ${{ secrets.STORAGE_NAME }} password: ${{ secrets.STORAGE_PASSWORD }} - local-dir: ./dist/ \ No newline at end of file + local-dir: ./dist/ + server-dir: ./ \ No newline at end of file