diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index cac7817..52edc76 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -25,7 +25,7 @@ jobs: chmod 600 ~/.ssh/apk_key ssh -vvv -i ~/.ssh/apk_key -o StrictHostKeyChecking=no -T git@git.amarth.cloud || true GIT_SSH_COMMAND="ssh -i ~/.ssh/apk_key -o StrictHostKeyChecking=no" \ - git clone --depth 1 git@git.amarth.cloud:chris/.files.git apk-repo + git clone --depth 1 git@git.amarth.cloud:chris/files.git apk-repo mv apk-repo/delver.apk . rm -rf apk-repo ~/.ssh/apk_key