We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad05cb commit d284a46Copy full SHA for d284a46
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
run : zip -r triangle_check_linux.zip triangle_check_linux
33
34
- name: Cp Win Dist
35
- run : cp -r dist/windows/triangle_check_win triangle_check_win
+ run : cp -r dist/windows/triangle_check triangle_check_win
36
37
- name: Zip Win Dist
38
run : zip -r triangle_check_win.zip triangle_check_win
0 commit comments