diff --git a/.github/workflows/zip-pr.yml b/.github/workflows/zip-pr.yml index 8ac2445e2..062ddc233 100644 --- a/.github/workflows/zip-pr.yml +++ b/.github/workflows/zip-pr.yml @@ -19,7 +19,7 @@ jobs: uses: SamKirkland/FTP-Deploy-Action@v4.3.5 with: exclude: | - ! commonsbooking.zip + !commonsbooking.zip server: ${{ secrets.CBZIPUPLOAD_SERVER }} username: ${{ secrets.CBZIPUPLOAD_USER }} password: ${{ secrets.CBZIPUPLOAD_KEY }}