Skip to content
Snippets Groups Projects
Unverified Commit f4dec26c authored by EgorPopelyaev's avatar EgorPopelyaev
Browse files

fix if

parent 9a172f78
Branches
No related merge requests found
......@@ -134,8 +134,8 @@ jobs:
. ./.github/scripts/common/lib.sh
VERSION="${{ needs.validate-inputs.outputs.VERSION }}"
if [[ $inpust.binary == 'polkadot' ]]; then
bins=( polkadot polkadot-prepare-worker polkadot-execute-worker )
if [[ $BINARY == 'polkadot' ]]; then
bins=(polkadot polkadot-prepare-worker polkadot-execute-worker)
for bin in "${bins[@]}"; do
fetch_release_artifacts_from_s3 $bin
done
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment