Skip to content

Commit

Permalink
Merge pull request #182 from neBM/patch-1
Browse files Browse the repository at this point in the history
Fix misspelling of framework
  • Loading branch information
oddstr13 authored Jul 13, 2024
2 parents a5604d4 + 022daab commit ba1c38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba1c38f

Please sign in to comment.