8000 debug2 · winpython/winpython@66b15ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 66b15ff

Browse files
committed
debug2
1 parent 70d559a commit 66b15ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github_workflows_build-2025_05.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,13 @@ jobs:
221221
shell: bash
222222
run: |
223223
mkdir -p dotpythonpre
224+
mkdir -p dotpython
224225
mkdir -p dotpython/python
225226
tar -xf python-3-embed.tar.gz -C dotpythonpre
226227
if [ -d predotpython/python/install ]; then
227228
mv predotpython/python/install/* dotpython/python/
228229
elif [ -d predotpython/python ]; then
229-
mv predotpython/python dotpython/
230+
mv predotpython/python/* dotpython/python/
230231
fi
231232
232233
- name: Copy launchers_final files to dotpython

0 commit comments

Comments
 (0)
0