We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daeb84 commit 9f05777Copy full SHA for 9f05777
.github/workflows/github_workflows_build-dot.yml
@@ -140,7 +140,7 @@ jobs:
140
shell: pwsh
141
run: |
142
$destfile = "publish_dot\WinPython-$env:WINPYARCHbit-$env:WINPYVER.zip"
143
- Compress-Archive -Path "$env:build_location"\* -DestinationPath $destfile
+ Compress-Archive -Path "$env:build_location" -DestinationPath $destfile
144
145
- name: 7z archive the result
146
0 commit comments