8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 203c32d + 2a7ffe8 commit 7712b01Copy full SHA for 7712b01
.github/workflows/github_workflows_build-2025_05.yml
@@ -224,10 +224,10 @@ jobs:
224
mkdir -p dotpython
225
mkdir -p dotpython/python
226
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/
+ if [ -d dotpythonpre/python/install ]; then
+ mv dotpythonpre/python/install/* dotpython/python/
+ elif [ -d dotpythonpre/python ]; then
+ mv dotpythonpre/python/* dotpython/python/
231
fi
232
233
- name: Copy launchers_final files to dotpython
0 commit comments