Skip to content

Commit e27bb9c

Browse files
committed
Fix ziti binary extraction path in CI
1 parent cf865dc commit e27bb9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ jobs:
135135
gh release download --repo openziti/ziti \
136136
--pattern '*darwin-arm64*.tar.gz' \
137137
--output /tmp/ziti.tgz
138-
ls -la /tmp/ziti.tgz
139-
# Inspect archive layout (first run proves extraction path is right)
140-
tar -tzf /tmp/ziti.tgz | head -5
141-
sudo tar -xzf /tmp/ziti.tgz -C /usr/local/bin --strip-components=1 ziti/ziti
138+
sudo tar -xzf /tmp/ziti.tgz -C /usr/local/bin ziti
142139
ziti version
143140
144141
- name: Integration test (OTT enrollment against quickstart)

0 commit comments

Comments
 (0)