From 11a6cb5e45ac974d12ee3ce832e6cdf39868e76e Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Fri, 13 Dec 2024 13:44:34 +0100 Subject: [PATCH] chore: Fixing wrong file upload --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a39a02..aa78668 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,11 +26,12 @@ jobs: gleam build gleam run -m build - name: Deploy to BunnyCDN - uses: ayeressian/bunnycdn-storage-deploy@v2.2.3 + uses: ayeressian/bunnycdn-storage-deploy@v2.2.4 with: - source: "./dist" + source: "./dist/" destination: "/" upload: "true" remove: "true" storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }} storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }} +