We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fcded commit f816e48Copy full SHA for f816e48
1 file changed
.github/workflows/github_workflows_build-all_3.14.yml
@@ -164,7 +164,7 @@ jobs:
164
165
# Unzip the contents to the temporary directory
166
Write-Host "Extracting archive to temporary directory"
167
- Expand-Archive -Path $zipPath -DestinationPath $tempDir
+ Expand-Archive -Path $pandocZipPath -DestinationPath $tempDir
168
169
# Create the final target directory
170
Write-Host "Creating final target directory: $targetDir"
@@ -177,7 +177,7 @@ jobs:
177
# Optional: Clean up temporary files
178
Write-Host "Cleaning up temporary files..."
179
Remove-Item -Path $tempDir -Recurse -Force
180
- Remove-Item -Path $zipPath -Force
+ Remove-Item -Path $pandocZipPath -Force
181
182
# Optional: Verify the contents
183
Write-Host "Listing contents of $targetDir"
0 commit comments