Add submodules into source archive.
git archive ignores submodules apparently, so the mariadbpp code has also been missing since it was added as well.
This commit is contained in:
parent
d32cfb88c4
commit
999f0c1514
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-scripts/ubuntu.sh
vendored
1
.github/workflows/ci-scripts/ubuntu.sh
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue