Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66b15ff

Browse files
committed
debug2
1 parent70d559a commit66b15ff

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)

[8]ページ先頭

©2009-2025 Movatter.jp