Remove stdout assertion from release
This commit is contained in:
parent
473faea573
commit
24fc2db395
1 changed files with 3 additions and 2 deletions
|
|
@ -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!
|
||||
Hello, world!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue