Closed johanparmar closed 1 year ago
Could it be that you lack the checkout step, so the code isn't available?
Example https://github.com/cake-build/cake/blob/develop/.github/workflows/build.yml#L18-L21
Thanks! That was it. I'm just starting up with this.
Excellent, glad you got it sorted.
Hi,
I have a very simple github workflow that looks like:
When I try to run this I get the following error message: build.cake, line #0: Could not find script '/home/runner/work/algo-charging/algo-charging/build.cake'.
I do have a build script in the root: https://github.com/AlgoCharging/algo-charging/blob/master/build.cake
Any ideas what might be the problem?