Skip to content

Commit

Permalink
final formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmorb committed Jan 29, 2025
1 parent 79e42e6 commit 1030aba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/zip-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Upload zip
uses: SamKirkland/[email protected]
with:
exclude: '!{commonsbooking.zip}'
exclude: |
**
! commonsbooking.zip
server: ${{ secrets.CBZIPUPLOAD_SERVER }}
username: ${{ secrets.CBZIPUPLOAD_USER }}
password: ${{ secrets.CBZIPUPLOAD_KEY }}
Expand Down

0 comments on commit 1030aba

Please sign in to comment.