Skip to content

Commit 6dcb85a

Browse files
committed
Are you lacking the suffix?
1 parent 434af1c commit 6dcb85a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build-on-Windows.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,16 @@ jobs:
5555
5656
# 检查编译器版本
5757
$compiler --version
58+
echo
5859
5960
mingw32-make.exe build-in-ci-release-mode CC=$compiler CROSS_BUILD_WINDOWS_FOR_ANDROID=1
60-
mv chsrc-ci-release.exe chsrc-arm64-android
61+
echo
62+
63+
# 让我们看看里面有啥
64+
ls
65+
echo
66+
67+
mv chsrc-ci-release chsrc-arm64-android
6168
6269
- name: List files
6370
run: ls *.exe

0 commit comments

Comments
 (0)