Skip to content

Commit 7b0ab66

Browse files
committed
test
1 parent 884155f commit 7b0ab66

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
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/checkout@v3
154154
- name: Download ecs-tool
155155
run: |
156-
wget -O ecs-tool.tar.gz https://github.com/springload/ecs-tool/releases/download/v1.9.9-beta/ecs-tool_1.9.9-beta_linux_amd64.tar.gz && tar -C /usr/bin -xvf ecs-tool.tar.gz ecs-tool
156+
wget -O ecs-tool.tar.gz https://github.com/springload/ecs-tool/releases/download/v1.9.8/ecs-tool_1.9.8_linux_amd64.tar.gz && tar -C /usr/bin -xvf ecs-tool.tar.gz ecs-tool
157157
158158
- name: Deploy app
159159
env:

0 commit comments

Comments
 (0)