Name in a way that is actually rendered by Actions ui
This commit is contained in:
@@ -22,8 +22,8 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- id: flags
|
||||
name: construct rustup command line
|
||||
run: |
|
||||
: construct rustup command line
|
||||
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)"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user