From 9c5abb0e3931c81f85a56cee50bd5326f2f27b15 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Mon, 1 Aug 2022 23:14:46 +0200 Subject: [PATCH] CI: correct repo name for beta builds --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8d0681..29c86c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -115,7 +115,7 @@ jobs: GIT_SSH='ssh -i ~/.ssh/id_rsa -o UserKnownHostsFile=~/.ssh/known_hosts' # clone the repo into our working directory - GIT_SSH_COMMAND=$GIT_SSH git clone git@github.com:/rustic-rs/rust-beta.git $WORKING_DIR + GIT_SSH_COMMAND=$GIT_SSH git clone git@github.com:rustic-rs/rustic-beta.git $WORKING_DIR # ensure destination directory exists mkdir -p $WORKING_DIR/$DEST_DIR