Skip to content

Commit

Permalink
comment out the mv line
Browse files Browse the repository at this point in the history
  • Loading branch information
asmwarrior committed Sep 26, 2024
1 parent 823fb04 commit eac19a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eac19a7

Please sign in to comment.