I'm trying to publish my .NET 8 Razor Web-application to an elastic beanstalk instance using the AWS Toolkit in Visual Studios. However when I try to publish to the instance it keeps failing and after inspecting the logfiles I see
web: /bin/sh: ./ApplicationName: cannot execute binary file
from the "web.stdout.log" logs. I cannot find this binary file it is referring too.
Any help on potential configurations missed would be much appreciated.