I am downloading a zip using curl in github workflow and storing the same in same repository in folder abc/xyz.
-
Next step of same job is calling JavaScript. That JavaScript needs to access the zip file. But java script is not able to find the zip whereas I can go and see that the zip is created. If I create another run of same workflow, then in next run it is able to find the zip and works well. Any suggestions for getting the rid of this issue in same job?
-
Along with that I also need to copy this file from folder abc/xyz to qaz/wsx. While doing that also I am getting same problem, my run is not able to find the file which is there in place.
Any inputs on this?
I have tried checking the solution on other platforms and GitHub documentation but no clues.