error : /scripts/execute-deploy.sh Script at specified location: /scripts/execute-deploy.sh failed with error Errno::ENOENT with message No such file or directory - /opt/codedeploy-agent/deployment-root/0e164065-68f3-4cac-b540-6b70eaea7b0d/d-RSJV81S50/deployment-archive/scripts/execute-deploy.sh
I am trying to upload projects to an AWS ec2 instance, build them, and deploy them.
Right now, you can see the structure in the picture below.

I checked that the .zip file is saved without error in s3.
An error like this occurs when its building in codedeploy:

I tried googling. I tried to create a codedeploy application. I tried searching. Nothing has worked so far.
It says it could not locate the file, but there is actually a file in the directory.

This is my appspec.yml:

I really want to find a solution. Any help will be appreciated. I've been trying to solve it by myself for 4 days now.