ShipEngine / shipengine-dotnet

The official ShipEngine SDK for C# and the .NET Framework
https://www.shipengine.com/docs/
Apache License 2.0
11 stars 11 forks source link

Fix an error when publishing to Nuget #100

Closed AndrewBenzSW closed 3 months ago

AndrewBenzSW commented 3 months ago

When publishing to Nuget, the Github Action fails with an error "Error: 😭 error: File does not exist (1).". This seems to be a known issue and the suggestions seem to be either write your own script (which probably isn't a bad idea) or use a more up-to-date fork of the action. I elected to try the latter.