File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164
165165 # Unzip the contents to the temporary directory
166166 Write-Host "Extracting archive to temporary directory"
167- Expand-Archive -Path $zipPath -DestinationPath $tempDir
167+ Expand-Archive -Path $pandocZipPath -DestinationPath $tempDir
168168
169169 # Create the final target directory
170170 Write-Host "Creating final target directory: $targetDir"
@@ -177,7 +177,7 @@ jobs:
177177 # Optional: Clean up temporary files
178178 Write-Host "Cleaning up temporary files..."
179179 Remove-Item -Path $tempDir -Recurse -Force
180- Remove-Item -Path $zipPath -Force
180+ Remove-Item -Path $pandocZipPath -Force
181181
182182 # Optional: Verify the contents
183183 Write-Host "Listing contents of $targetDir"
You can’t perform that action at this time.
0 commit comments