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