File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
if('${{ runner.os }}' -eq 'Linux')
40
40
{
41
41
printf "# Preparing environment..."
42
- echo "ngrok-stable-linux-386 .zip" > ngrok_zip_name
42
+ echo "ngrok-v3- stable-linux-amd64 .zip" > ngrok_zip_name
43
43
whoami > ssh_user
44
44
printf " [DONE]\n\n"
45
45
49
49
elseif('${{ runner.os }}' -eq 'macOS')
50
50
{
51
51
printf "# Preparing environment..."
52
- echo "ngrok-stable-darwin-amd64.zip" > ngrok_zip_name
52
+ echo "ngrok-v3- stable-darwin-amd64.zip" > ngrok_zip_name
53
53
echo "root" > ssh_user
54
54
printf " [DONE]\n\n"
55
55
62
62
elseif('${{ runner.os }}' -eq 'Windows')
63
63
{
64
64
printf "# Preparing environment..."
65
- echo "ngrok-stable-windows-amd64.zip" > ngrok_zip_name
65
+ echo "ngrok-v3- stable-windows-amd64.zip" > ngrok_zip_name
66
66
echo $env:UserName > ssh_user
67
67
printf " [DONE]\n\n"
68
68
95
95
- name : Install and setup ngrok
96
96
run : |
97
97
echo "# Install ngrok"
98
- curl https://bin.equinox.io/c/4VmDzA7iaHb /$(cat ngrok_zip_name) --output ngrok.zip
98
+ curl https://bin.equinox.io/c/bNyj1mQVY4c /$(cat ngrok_zip_name) --output ngrok.zip
99
99
unzip ngrok.zip
100
100
chmod +x ./ngrok
101
101
You can’t perform that action at this time.
0 commit comments