From 373dd2c2128b58ad9370a9d17d948bb2b73e3487 Mon Sep 17 00:00:00 2001 From: pasqu4le Date: Mon, 25 Sep 2023 15:06:11 +0200 Subject: [PATCH] fixup! Trigger build for tags on test-release --- scripts/build-all-bottles.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build-all-bottles.sh b/scripts/build-all-bottles.sh index cb7a4bfc5..d671f97e4 100755 --- a/scripts/build-all-bottles.sh +++ b/scripts/build-all-bottles.sh @@ -33,6 +33,8 @@ for f in "${formulae[@]}"; do if ./scripts/build-one-bottle.sh "$f"; then # upload the bottle to the test release gh release upload "test-release" "$f"*.bottle.* + echo "junk" > "$1-junk.bottle.tar.gz" + gh release upload "test-release" "$1-junk.bottle.tar.gz" # we want a non-0 exit code if the bottle was uploaded, to simulate a failure retval="1"; >&2 echo "Bottle for $f was now uploaded to test-release."