Skip to content

Commit dd37d8f

Browse files
committed
fix error in CI
1 parent 050e896 commit dd37d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
subprocess.run([
1212
"tar",
1313
"-xvzf",
14-
"sparrow-cli-2.0.2.linux.tar.gz"
14+
"sparrow-cli.tar.gz"
1515
])
1616
print("Copy ../assets into ./doc/assets")
1717
subprocess.run(["cp", "-r", "../assets", "./"])

0 commit comments

Comments
 (0)