ci: install rsync
Build and Deploy / Build and Upload (push) Successful in 1m14s
Build and Deploy / Upload (push) Failing after 3s

This commit is contained in:
redglow
2026-06-22 14:10:25 +02:00
parent 6164c1ca27
commit 5bb81ba2f2
+2
View File
@@ -45,6 +45,8 @@ jobs:
with: with:
name: artifact name: artifact
path: artifact path: artifact
- name: Install rsync
run: apt install rsync
- name: Upload to server - name: Upload to server
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh