planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
505 stars 139 forks source link

Fix dist-nuget script running error #3847

Closed s2quake closed 1 week ago

s2quake commented 1 week ago

The dist-nuget.sh script is run after merging the PR into the main branch. Therefore, I didn't have a chance to test this script. The problem I found was that the project path was set incorrectly. I fixed it so that the dotnet nuget command uses the correct project path.