From 24fc2db39590bf92e0ff6df85d8609e33ec48c6f Mon Sep 17 00:00:00 2001 From: William Martin Date: Thu, 17 Oct 2024 15:54:50 +0200 Subject: [PATCH] Remove stdout assertion from release --- acceptance/testdata/release/release-upload-download.txtar | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/acceptance/testdata/release/release-upload-download.txtar b/acceptance/testdata/release/release-upload-download.txtar index 92bfa4c71..e19bc06d7 100644 --- a/acceptance/testdata/release/release-upload-download.txtar +++ b/acceptance/testdata/release/release-upload-download.txtar @@ -13,13 +13,14 @@ exec gh release create v1.2.3 --notes 'awesome release' --latest # Upload an asset to the release exec gh release upload v1.2.3 ../asset.txt -stdout '' # Download the asset from the release exec gh release download v1.2.3 exists asset.txt + +# Download the asset in archive form exec gh release download v1.2.3 --archive=zip exists $SCRIPT_NAME-$RANDOM_STRING-1.2.3.zip -- asset.txt -- -Hello, world! \ No newline at end of file +Hello, world!