Laupetin / OpenAssetTools

Open Source Modding Tools for old Call Of Duty games
https://openassettools.dev
GNU General Public License v3.0
94 stars 14 forks source link

[Tool]: Consider making tool return exit code different from 0 when it cant find zone files #179

Closed diamante0018 closed 6 months ago

diamante0018 commented 6 months ago

image

In this case, my CI thinks everything is fine because Lineker returned 0 even though it could not do anything.

diamante0018 commented 6 months ago

Never mind this was my fault due to a misconfigured CI script. I debugged this and the linker does return 1 in this scenario.