8000 debug3 by stonebig · Pull Request #1874 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content
Merged

debug3 #1874

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/github_workflows_build-2025_05.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ jobs:
mkdir -p dotpython
mkdir -p dotpython/python
tar -xf python-3-embed.tar.gz -C dotpythonpre
if [ -d predotpython/python/install ]; then
mv predotpython/python/install/* dotpython/python/
elif [ -d predotpython/python ]; then
mv predotpython/python/* dotpython/python/
if [ -d dotpythonpre/python/install ]; then
mv dotpythonpre/python/install/* dotpython/python/
elif [ -d dotpythonpre/python ]; then
mv dotpythonpre/python/* dotpython/python/
fi

- name: Copy launchers_final files to dotpython
Expand Down
0