We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b15ff commit 2a7ffe8Copy full SHA for 2a7ffe8
.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