diff --git a/.github/workflows/ci-scripts/ubuntu.sh b/.github/workflows/ci-scripts/ubuntu.sh index c48405c1bc5..767aeb33a1d 100755 --- a/.github/workflows/ci-scripts/ubuntu.sh +++ b/.github/workflows/ci-scripts/ubuntu.sh @@ -22,6 +22,7 @@ if [ "$IMAGE" == "steamrt" ]; then mv steambuild.tar ~/steambuild-$version.tar elif [ "$IMAGE" == "mingw" ]; then git archive --format=tar HEAD > wesnoth.tar + tar rf wesnoth.tar src/modules/ bzip2 -z wesnoth.tar mv wesnoth.tar.bz2 ~/wesnoth-$version.tar.bz2 cd utils/dockerbuilds/