moodle-plugin-ci icon indicating copy to clipboard operation
moodle-plugin-ci copied to clipboard

Failed to find version.php

Open danbuntu opened this issue 1 year ago • 0 comments

Hello

I'm new to github actions so really happy that this project exists as a nice starter

My plugin repo is structured like

//version.php

Ie the repo contains a folder with the plugin code so that we can quickly pick up and deploy the folder.

When I run the CI I get

Failed to find '/home/runner/work///plugin/version.php' file.

Is this because of my repo/folder structure? Is there a change I need to make in the yaml to resolve this?

danbuntu avatar Oct 23 '24 08:10 danbuntu