aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 02f19a9..b31a0e1 100644
--- a/action.yml
+++ b/action.yml
@@ -27,7 +27,7 @@ runs:
New-Variable x64 -Value ('${{ inputs.platform }}' -eq 'x64') -Option Constant
New-Variable install_dir -Value '${{ inputs.install-dir }}' -Option Constant
- New-Variable packages -Value '${{ inputs.packages}}' -Option Constant
+ New-Variable packages -Value '${{ inputs.packages }}' -Option Constant
if ($windows_host) {
echo 'CYGWIN=${{ inputs.env }}' >> $env:GITHUB_ENV