Closed usmanmehmoodSSP closed 1 year ago
@usmanmehmoodSSP
Please try to specify the path in the build step relative to GitHub workspace:
path: application
@kumekay it works perfectly with this. Thanks a bunch 😄
@usmanmehmoodSSP Great, I added a note to the README https://github.com/espressif/esp-idf-ci-action/pull/35
Hi , I am also facing the same issue , i changed the path as specified above but it seems not working for me
My work-flow:
@epneo-banuprakash please try to remove ${{ github.workspace }}
from the build action, it expects a relative path. I.e. the last line on the screenshot:
path: application
I see you use actions/checkout
twice. Is it intended?
I am checking out my code to a specific folder and when I give the same folder to the action's path, it appends some stuff to it.
This is my action.yaml
And during the build process it's not able to find it and says this
So as I see it, it is appending
/app/my_username/app_name
to${{ github.workspace }}/application