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 }} +