diff --git a/.github/buildomat/phd-run-with-args.sh b/.github/buildomat/phd-run-with-args.sh index 55893944f..d7b6bb463 100755 --- a/.github/buildomat/phd-run-with-args.sh +++ b/.github/buildomat/phd-run-with-args.sh @@ -65,8 +65,7 @@ failcount=$? set -e tar -czvf /tmp/phd-tmp-files.tar.gz \ - -C /tmp/propolis-phd /tmp/propolis-phd/*.log \ - -C /tmp/propolis-phd /tmp/propolis-phd/*.toml + -C /tmp/propolis-phd /tmp/propolis-phd/*.log exitcode=0 if [ $failcount -eq 0 ]; then