8000 glitch · winpython/winpython@04e6db9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04e6db9

Browse files
committed
glitch
1 parent f816e48 commit 04e6db9

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
@@ -160,15 +160,15 @@ jobs:
160160
161161
# Create a temporary directory for extraction
162162
Write-Host "Creating temporary directory for extraction"
163-
New-Item -ItemType Directory -Path $tempDir
163+
mkdir -p $tempDir
164164
165165
# Unzip the contents to the temporary directory
166166
Write-Host "Extracting archive to temporary directory"
167167
Expand-Archive -Path $pandocZipPath -DestinationPath $tempDir
168168
169169
# Create the final target directory
170170
Write-Host "Creating final target directory: $targetDir"
171-
New-Item -ItemType Directory -Path $targetDir
171+
mkdir -p $targetDir
172172
173173
# Find and copy only the pandoc.exe file
174174
Write-Host "Copying pandoc.exe to $targetDir"

0 commit comments

Comments
 (0)
0