Skip to content

Commit c73d8ac

Browse files
committed
fix worflow
1 parent 964f245 commit c73d8ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
- name: Download mxlint binary
1818
run: |
19-
curl -L https://github.com/mxlint/mxlint/releases/download/v3.0.0/mxlint-v3.0.0-linux-amd64 -o mxlint
19+
curl -L https://github.com/mxlint/mxlint-cli/releases/download/v3.0.0/mxlint-v3.0.0-linux-amd64 -o mxlint
2020
chmod +x mxlint
2121
2222
- name: Download modelsource
2323
run: |
24-
curl -L https://github.com/mxlint/mxlint-cli/archive/refs/heads/main.zip -o cli.zip
25-
unzip cli.zip
24+
curl -L https://github.com/mxlint/mxlint-cli/archive/refs/heads/main.zip -o modelsource.zip
25+
unzip modelsource.zip
2626
mv mxlint-cli-main/modelsource modelsource
27-
rm cli.zip
27+
rm modelsource.zip
2828
rm -rf mxlint-cli-main
2929
3030
- name: Lint

0 commit comments

Comments
 (0)