We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a638600 commit ac3f687Copy full SHA for ac3f687
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
if: runner.os == 'Linux'
25
run: |
26
curl -L https://github.com/etcd-io/etcd/releases/download/v3.5.18/etcd-v3.5.18-linux-amd64.tar.gz -o etcd-v3.5.18-linux-amd64.tar.gz
27
- tar xzvf etcd.tar.gz
+ tar xzvf etcd-v3.5.18-linux-amd64.tar.gz
28
sudo mv etcd-v3.5.18-linux-amd64/etcd /usr/local/bin/
29
sudo mv etcd-v3.5.18-linux-amd64/etcdctl /usr/local/bin/
30
etcd --version
0 commit comments