From 986264a80ba99a7d5b384fca8d55be7aa29ee8a7 Mon Sep 17 00:00:00 2001 From: Greg Colombo Date: Thu, 14 Nov 2024 01:07:12 +0000 Subject: [PATCH] don't archive nonexistent TOML files --- .github/buildomat/phd-run-with-args.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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