diff --git a/.github/workflows/release-50_publish-docker.yml b/.github/workflows/release-50_publish-docker.yml index d477b81ec8c7da9448e56b6fdfa36a59b2af89fc..2e847a293fd7c78a7536a6c6829394483779743d 100644 --- a/.github/workflows/release-50_publish-docker.yml +++ b/.github/workflows/release-50_publish-docker.yml @@ -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