This commit is contained in:
RoyceDa
2026-02-18 17:53:37 +02:00
parent 9410b0f1e6
commit 3f239ed82b
3 changed files with 8 additions and 5 deletions

View File

@@ -74,7 +74,8 @@ jobs:
- name: Upload to SSH
shell: bash
run: |
"$GITHUB_WORKSPACE/.gitea/workflows/sshupload.sh" \
chmod +x "$GITHUB_WORKSPACE/.gitea/workflows/sshupload.sh"
sh "$GITHUB_WORKSPACE/.gitea/workflows/sshupload.sh" \
-l "$GITHUB_WORKSPACE/packs/*" \
-r "${{ secrets.SDU_SSH_PACKS }}" \
-s "${{ secrets.SSH_HOST }}" \