Skip to content

Commit 35bcfd4

Browse files
committed
Fix 7z
1 parent b6d0884 commit 35bcfd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ for:
5252
- curl -OL https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-amd64.exe
5353
- start /wait python-%PYTHON_VERSION%-amd64.exe /quiet
5454
- dir C:\python312-dist
55-
- cd C:\python312-dist
56-
- 7z a python-windows-for-dart-%PYTHON_VERSION%.zip *
55+
- 7z a python-windows-for-dart-%PYTHON_VERSION%.zip C:\python312-dist\*
5756

5857
test: off
5958

0 commit comments

Comments
 (0)