Skip to content

Commit ec6ee6d

Browse files
authored
Merge pull request winpython#1738 from stonebig/master
aiming for greener peach at build #10
2 parents 85cf2cf + 872cc06 commit ec6ee6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
#New-Item -ItemType Directory -Path dotpython
3232
#Expand-Archive -Path python-3.13-embed.zip -DestinationPath dotpython
3333
mkdir WPy64-31351cloudb3
34-
tar -xf python-3.13-embed.zip -C WPy64-31351cloudb3
34+
tar -xf python-3.13-embed.zip -C dotpython
3535
3636
- name: Copy launchers_final files to dotpython
3737
# enriching things: will need one python to play on the other, so why not there too
@@ -48,13 +48,13 @@ jobs:
4848
run: |
4949
Get-ChildItem -Recurse dotpython
5050
51-
- name: Prepare WinPython dot structure
51+
- name: Prepare WinPython target dot structure
5252
shell: pwsh
5353
run: |
5454
New-Item -ItemType Directory -Path WPy64-31351b3
5555
# Get-ChildItem dotpython | Move-Item -Destination WinPython-dot-3.13
5656
# fix: Usually, indygreg zips extract all files directly into the target, not into a subfolder: dotpython/python.exe, dotpython/Lib, etc.
57-
Get-ChildItem -Path dotpython -Force | Move-Item -Destination WPy64-31351cloudb3 -Force
57+
Get-ChildItem -Path dotpython -Force | Move-Item -Destination WPy64-31351b3 -Force
5858
# Add more WinPython-specific folders/files here if needed
5959
6060
- name: List WPy64-31351cloudb3 contents (for debugging)

0 commit comments

Comments
 (0)