diff --git a/action.yml b/action.yml index da00e94..c181ad5 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,7 @@ runs: using: composite steps: - id: flags + name: construct rustup command line run: | echo "::set-output name=target::${{inputs.target && ' --target '}}${{inputs.target}}" echo "::set-output name=components::$(for c in ${components//,/ }; do echo -n ' --component' $c; done)"