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 b6d0884 commit 35bcfd4Copy full SHA for 35bcfd4
.appveyor.yml
@@ -52,8 +52,7 @@ for:
52
- curl -OL https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-amd64.exe
53
- start /wait python-%PYTHON_VERSION%-amd64.exe /quiet
54
- dir C:\python312-dist
55
- - cd C:\python312-dist
56
- - 7z a python-windows-for-dart-%PYTHON_VERSION%.zip *
+ - 7z a python-windows-for-dart-%PYTHON_VERSION%.zip C:\python312-dist\*
57
58
test: off
59
0 commit comments