mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #100 from rustic-rs/release-beta5
CI: correct repo name for beta builds
This commit is contained in:
commit
78c691a327
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user