From 2e842a4e78b7afe4999300a0179c5746edd718a0 Mon Sep 17 00:00:00 2001 From: Eliott Teissonniere Date: Thu, 2 Sep 2021 16:27:03 +0200 Subject: [PATCH] add more artifacts --- .maintain/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.maintain/release.sh b/.maintain/release.sh index 3d9fec2eec1..b1c53c34860 100755 --- a/.maintain/release.sh +++ b/.maintain/release.sh @@ -14,4 +14,4 @@ echo "Please wait for srtool github action to complete and enter the file name: read runtime_file gh run download -n $runtime_file -n nodle-chain-srtool-digest.json -gh release create $1 --title $1 --target master 'nodle_chain_runtime.compact.wasm' 'nodle-chain-srtool-digest.json' \ No newline at end of file +gh release create $1 --title $1 --target master "$runtime_file/nodle_chain_runtime.compact.wasm" "nodle-chain-srtool-digest.json/nodle-chain-srtool-digest.json" \ No newline at end of file