This is in reference to this article: https://help.syncfusion.com/document-processing/licensing/licensing-faq/ci-license-validation
The LicenseKeyValidatorConsole.exe binary seems to be Windows-OS specific, and cannot run on Ubuntu (see the error when I attempt to run it on an Ubuntu GitHub Actions CI runner: LINK).
Unfortunately, I cannot run the CI on Windows, since I need to perform some Linux-specific actions in the same CI job (E.g. generate & publish Docker images).
I also cannot use the below method as it is a public github repo and I don't want to expose the license key.
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
Can you provide a Linux binary for LicenseKeyValidatorConsole.exe?