Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow error "No or invalid ext_emconf.php found" #13

Open
maikschneider opened this issue Feb 25, 2023 · 1 comment
Open

Workflow error "No or invalid ext_emconf.php found" #13

maikschneider opened this issue Feb 25, 2023 · 1 comment

Comments

@maikschneider
Copy link

Hey!
I'm using your workflow as a second level nested reusable workflow in my extension bw_static_template. Unfortunately I'm not able to make the upload work.

The action fails with the message "No or invalid ext_emconf.php found in the folder."

In the same step one output states "Preparing upload of release refs/heads/development to TER" which is incorrect in my case (My action was triggert from development branch, however I checked out master). Nevertheless there should be an ext_emconf.php on both branches.

The mounted volume "/home/runner/work/bw_static_template/bw_static_template":"/github/workspace" in the docker command looks a bit strange too me. I haven't looked into typo3/tailor yet - maybe you are already seeing any issue with my configuration?

Thanks!

@jpmschuler
Copy link

As I stumbled over the very same situation: The workflow is expecting to be run on the version tag:

TAG_WITHOUT_V=$(echo ${GITHUB_REF#refs/tags/} | sed 's/v//');

Your scenario rather runs on a branch. Thus, probably it is easier to just run tailor directly (or create a PR to parameterise that version in the long run).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants