ci: download artifact
Build and Deploy / Build and Upload (push) Successful in 1m13s
Build and Deploy / Upload (push) Failing after 8s

This commit is contained in:
redglow
2026-06-22 13:35:19 +02:00
parent ee0ba92ff6
commit e577748914
+3 -1
View File
@@ -41,7 +41,7 @@ jobs:
Upload:
steps:
- name: Download artifacts
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
uses: https://github.com/christopherHX/gitea-download-artifact@v4
with:
name: artifact
path: /root/artifact
@@ -51,6 +51,8 @@ jobs:
ls -la
echo "la home"
ls -la ~
echo "la root"
ls -la /root
mkdir -p ~/.ssh
chmod 600 ~/.ssh
echo "$SSH_KEYSCAN" > ~/.ssh/known_hosts