diff --git a/action.yaml b/action.yaml index 00c278c..c737cd0 100644 --- a/action.yaml +++ b/action.yaml @@ -65,7 +65,7 @@ runs: if [[ -n "${{ inputs.dotnet-target }}" ]]; then DOTNET_FRAMEWORK="--dotnet-framework ${{ inputs.dotnet-target }}" else - DOTNET_FRAMEWORD="" + DOTNET_FRAMEWORK="" fi if [[ -n "${{ inputs.version }}" ]]; then