chore: Fixing wrong file upload

This commit is contained in:
sigmasternchen 2024-12-13 13:44:34 +01:00
parent 3a2be07fbc
commit 11a6cb5e45

View file

@ -26,11 +26,12 @@ jobs:
gleam build gleam build
gleam run -m build gleam run -m build
- name: Deploy to BunnyCDN - name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@v2.2.3 uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
with: with:
source: "./dist" source: "./dist/"
destination: "/" destination: "/"
upload: "true" upload: "true"
remove: "true" remove: "true"
storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }} storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }}
storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }} storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }}