8000 Merge pull request #1824 from stonebig/master · winpython/winpython@f48f808 · GitHub
[go: up one dir, main page]

Skip to content

Commit f48f808

Browse files
authored
Merge pull request #1824 from stonebig/master
logic order
2 parents 48b5dbf + 4870e34 commit f48f808

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/github_workflows_build-all_3.14.yml

Lines changed: 6 additions & 5 deletions
C604
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ jobs:
172172
Write-Host "Copying pandoc.exe to $targetDir"
173173
Copy-Item -Path (Join-Path $tempDir "pandoc-3.1.9\pandoc.exe") -Destination $targetDir -Force
174174
175-
# Optional: Clean up temporary files
176-
Write-Host "Cleaning up temporary files..."
177-
Remove-Item -Path $tempDir -Recurse -Force
178-
Remove-Item -Path $pandocZipPath -Force
179-
180175
# Optional: Verify the contents
181176
Write-Host "Listing contents of $targetDir"
182177
Get-ChildItem -Path $targetDir
@@ -197,6 +192,12 @@ jobs:
197192
exit 1
198193
}
199194
195+
# Optional: Clean up temporary files
196+
Write-Host "Cleaning up temporary files..."
197+
Remove-Item -Path $tempDir -Recurse -Force
198+
Remove-Item -Path $pandocZipPath -Force
199+
200+
200201
- name: Upgrade pip and patch launchers
201202
shell: pwsh
202203
run: |

0 commit comments

Comments
 (0)
0