From eac19a797278c3a1dfa1c565e3f1a10dcba159e6 Mon Sep 17 00:00:00 2001 From: asmwarrior Date: Thu, 26 Sep 2024 22:04:47 +0800 Subject: [PATCH] comment out the mv line see discussion here: https://forums.codeblocks.org/index.php/topic,25856.msg176233.html#msg176233 --- .ci/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index f1387fc..4ebd691 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -41,7 +41,8 @@ NAME="CodeBlocks svn "${TAG}" and wxWidgets "${WX_VERSION}" Build" ./configure --disable-pch --with-contrib-plugins=all,-Valgrind --prefix=/opt/codeblocks make -j$(nproc) install mv /opt/codeblocks/lib/codeblocks/bin/*.dll /opt/codeblocks/bin/ -mv /opt/codeblocks/lib/*.dll /opt/codeblocks/bin/ +# it looks like there is no *.dll file inside the source folder, so comment out the below line +# mv /opt/codeblocks/lib/*.dll /opt/codeblocks/bin/ if [[ -v GITHUB_WORKFLOW ]]; then echo "RELEASE_NAME=${NAME}" >> $GITHUB_OUTPUT