SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.56k stars 178 forks source link

Invalid .NET 7 build (upload) path #216

Closed JohnFedorchak closed 1 year ago

JohnFedorchak commented 1 year ago

No net7 win-x64 artifact is made because the following string contains ne7.0 and not net7.0.

path: ./${{ matrix.project }}/bin/Release/ne7.0/${{ matrix.runtimeIdentifier }}/publish/${{ matrix.project }}${{ steps.set-vars.outputs.extension }}

SamboyCoding commented 1 year ago

Ah, well that's embarrassing. Doesn't matter anyway, the move from net6 -> net7 broke CommandLineParser and I haven't dug into why yet.