As of right now, ShipInventory uses the GitHub Action upload-thunderstore-package to publish the package to Thunderstore. It was, at the time, the best option available.
However, as ThunderPipe grew, it created ThunderPipe.Sdk, which is more favorable to the modding ecosystem.
My request is to take example from this template, and replacing the action with the MSBuild version.
This requires little effort. The harder part is to complete the migration correctly.
As of right now,
ShipInventoryuses the GitHub Actionupload-thunderstore-packageto publish the package to Thunderstore. It was, at the time, the best option available.However, as ThunderPipe grew, it created
ThunderPipe.Sdk, which is more favorable to the modding ecosystem.My request is to take example from this template, and replacing the action with the MSBuild version.
This requires little effort. The harder part is to complete the migration correctly.