E572 Merge pull request #1821 from stonebig/master · winpython/winpython@1874e9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1874e9a

Browse files
authored
Merge pull request #1821 from stonebig/master
retry pandoc
2 parents 69dc040 + f816e48 commit 1874e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)
0