8000 Merge pull request #1874 from stonebig/master · winpython/winpython@7712b01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7712b01

Browse files
authored
Merge pull request #1874 from stonebig/master
debug3
2 parents 203c32d + 2a7ffe8 commit 7712b01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github_workflows_build-2025_05.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ jobs:
224224
mkdir -p dotpython
225225
mkdir -p dotpython/python
226226
tar -xf python-3-embed.tar.gz -C dotpythonpre
227-
if [ -d predotpython/python/install ]; then
228-
mv predotpython/python/install/* dotpython/python/
229-
elif [ -d predotpython/python ]; then
230-
mv predotpython/python/* dotpython/python/
227+
if [ -d dotpythonpre/python/install ]; then
228+
mv dotpythonpre/python/install/* dotpython/python/
229+
elif [ -d dotpythonpre/python ]; then
230+
mv dotpythonpre/python/* dotpython/python/
231231
fi
232232
233233
- name: Copy launchers_final files to dotpython

0 commit comments

Comments
 (0)
0