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

No Such File or Directory #291

Closed
pchang388 opened this issue Nov 6, 2024 · 4 comments · Fixed by #293
Closed

No Such File or Directory #291

pchang388 opened this issue Nov 6, 2024 · 4 comments · Fixed by #293
Labels
bug Something isn't working

Comments

@pchang388
Copy link

pchang388 commented Nov 6, 2024

My workflow is fairly simple and this used to work but after running it just now, I see an error that prevents the upload action to complete resulting a failure.

python: can't open file '/home/runner/work/bookstack-file-exporter/bookstack-file-exporter/action-repo/create-docker-action.py': [Errno 2] No such file or directory

I can see the file exists in this repo but when the action runs, it is unable to find it. Link to a build that fails: here

@webknjaz webknjaz added the bug Something isn't working label Nov 6, 2024
@webknjaz
Copy link
Member

webknjaz commented Nov 6, 2024

It looks like you're invoking this action from a proxy action. I wonder if that messes up the references…

cc @br3ndonland

@webknjaz
Copy link
Member

webknjaz commented Nov 6, 2024

@pchang388 please try pinning to pypa/gh-action-pypi-publish@unstable/v1 or pypa/gh-action-pypi-publish@0a87186d5f9e2303ed3c19e0fdd59abe52a28bb7 and report back. These contain the fix from #293 that I haven't yet tagged.

@webknjaz webknjaz linked a pull request Nov 6, 2024 that will close this issue
@webknjaz
Copy link
Member

webknjaz commented Nov 6, 2024

I believe that #293 should fix that problem, so I'm going to close this issue with that in mind.

@webknjaz webknjaz closed this as completed Nov 6, 2024
@webknjaz
Copy link
Member

webknjaz commented Nov 6, 2024

The fix is now released as a part of v1.12.1: #296.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants