Make sure the dist creates tarball for pushing artifacts

This commit is contained in:
Jakub Jelen 2021-08-04 09:17:35 +02:00 committed by Jakub Jelen
parent c6a9b5699a
commit 1e43a6a1af
1 changed files with 1 additions and 0 deletions

1
.github/build.sh vendored
View File

@ -43,6 +43,7 @@ make check
# this is broken in old ubuntu
if [ "$1" == "dist" ]; then
make distcheck
make dist
fi
sudo make install