fix: include hidden folders in surfer upload
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m8s

This commit is contained in:
SIGit 2024-06-18 15:21:17 +01:00
parent bb37a27321
commit 970c5f5e8b
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@ jobs:
- name: Release Build
run: |
npm -g install cloudron-surfer
surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io dist/* /
surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io dist/. /

View File

@ -29,4 +29,4 @@ jobs:
- name: Release Build
run: |
npm -g install cloudron-surfer
surfer put --token ${{ secrets.STAGING_CLOUDRON_SURFER_TOKEN }} --server staging.sigit.io dist/* /
surfer put --token ${{ secrets.STAGING_CLOUDRON_SURFER_TOKEN }} --server staging.sigit.io dist/. /