From 8cc5dac3550a0a64416d8df9dd86d1101494db9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 29 May 2022 14:28:09 +0200 Subject: [PATCH] Update main-latest.yml --- .github/workflows/main-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-latest.yml b/.github/workflows/main-latest.yml index 2de7a52..720dff7 100644 --- a/.github/workflows/main-latest.yml +++ b/.github/workflows/main-latest.yml @@ -58,4 +58,4 @@ jobs: run: | ls -l /tmp/workdir/kernel/output/ sudo apt-get -y -qq install lftp - lftp -u upload, -e "set net:timeout 4;set net:max-retries 6;mirror --Remove-source-files -R --no-empty-dirs --parallel=8 --no-perms /tmp/workdir/kernel/output/ images/ ;bye" sftp://users.armbian.com + lftp -u upload, -e "set net:timeout 4;set net:max-retries 6;mirror --Remove-source-files -R --no-empty-dirs --parallel=8 --no-perms /tmp/workdir/kernel/output/ gitbundle/ ;bye" sftp://users.armbian.com