Skip to content

Commit 0114567

Browse files
committed
update file name
1 parent 3340a18 commit 0114567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tyk-demo-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Install websocat (binary method)
1616
run: |
1717
wget https://github.com/vi/websocat/releases/download/v1.14.0/websocat.x86_64-unknown-linux-musl
18-
chmod +x websocat_amd64
19-
sudo mv websocat_amd64 /usr/local/bin/websocat
18+
chmod +x websocat.x86_64-unknown-linux-musl
19+
sudo mv websocat.x86_64-unknown-linux-musl /usr/local/bin/websocat
2020
- name: Check Out Repository Code
2121
uses: actions/checkout@v4
2222
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the

0 commit comments

Comments
 (0)