Skip to content

Commit 9f05777

Browse files
committed
7zip part build #32
1 parent 3daeb84 commit 9f05777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
shell: pwsh
141141
run: |
142142
$destfile = "publish_dot\WinPython-$env:WINPYARCHbit-$env:WINPYVER.zip"
143-
Compress-Archive -Path "$env:build_location"\* -DestinationPath $destfile
143+
Compress-Archive -Path "$env:build_location" -DestinationPath $destfile
144144
145145
- name: 7z archive the result
146146
shell: pwsh

0 commit comments

Comments
 (0)