File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments