Skip to content

Commit ac3f687

Browse files
committed
fix name
1 parent a638600 commit ac3f687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: runner.os == 'Linux'
2525
run: |
2626
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
27+
tar xzvf etcd-v3.5.18-linux-amd64.tar.gz
2828
sudo mv etcd-v3.5.18-linux-amd64/etcd /usr/local/bin/
2929
sudo mv etcd-v3.5.18-linux-amd64/etcdctl /usr/local/bin/
3030
etcd --version

0 commit comments

Comments
 (0)