Skip to content

Commit a02857a

Browse files
committed
fix build-python.yml for windows
1 parent 252b4e2 commit a02857a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
- name: Create archive
251251
run: |
252252
cd windows
253-
7z a -xr@exclude.txt python-windows-for-dart-${{ env.PYTHON_VERSION_SHORT }}.zip C:\hostedtoolcache\windows\Python\3.14.0\x64*
253+
7z a -xr@exclude.txt python-windows-for-dart-${{ env.PYTHON_VERSION_SHORT }}.zip C:\hostedtoolcache\windows\Python\3.14.0\x64\*
254254
shell: cmd
255255

256256
- name: Upload Windows artifacts

0 commit comments

Comments
 (0)