fix: take 3 all files
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m8s

This commit is contained in:
SIGit 2024-06-18 15:30:16 +01:00
parent 24916c5806
commit 02f250c76e
2 changed files with 4 additions and 2 deletions

View File

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

View File

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