brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

Replace "-n 1" with "-n" to avoid Error message "File does not exist (1)" #78

Closed vicosanz closed 2 years ago

vicosanz commented 2 years ago

When you put "-n 1" command line get "1" as a file name parameter. An error is generated when realize file "1" not exist.

lucassklp commented 2 years ago

I am getting the same error, this PR would fix this

lukebakken commented 2 years ago

Thank you! This will be addressed in #81