Always return the same "No such files error" without knowing what to do
csgwebsite
HOBBYOP
a year ago
Hi, I'm building an .NET API 6.0 project for my team in uni. I've finished the basics of the API but here's the thing:
- Every time I try to deploy my github project, it returns build successfully on the build logs. But on the deploy logs, it returns error:
"/bin/bash: line 1: ./out/DomainLayer: No such file or directory"
(Please note that in my project, there are 4 layers: DomainLayer, RepositoryLayer, ServiceLayer & WebAPILayer - Similar to Clean Architecture for API coding)
I've tried multiple ways, including changing the methods and deployment settings but it still returns the same result.
Do I have to remove/add/update any code for this, please support me ;-; Thanks.
0 Replies