-
Notifications
You must be signed in to change notification settings - Fork 11
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
action.py: No such file or directory #71
Comments
Thanks for the report @Crowfunder! Yeah, this action has not received extensive testing on Windows. I'll look into this; as a temporary workaround, you can work around this by configuring a separate Linux job and using |
The problem probably boils down to this:
We should probably be using Ref: https://github.com/orgs/community/discussions/25910 |
#72 should fix things here -- Thanks again for reporting this @Crowfunder! |
Thanks for blazing fast response and fix @woodruffw! I really appreciate it, if there's anything you need me to do, help with or test, I'm there! |
No problem, we appreciate these reports! If you'd like to help test, you can try and run the action from the branch in that PR: uses: sigstore/gh-action-sigstore-python@ww/windows-accomodations |
I can confirm it works now! @woodruffw |
Excellent! Another maintainer will need to approve here, but once they do we'll merge and get a release made. |
Description
I keep getting an error using the most barebones configuration, I will skip to the part when the runner finishes installing all dependencies and tries to run the sigstore action.
Note: Isn't this
D:a_actionssigstoregh-action-sigstore-pythonv1.2.3/action.py
path kind of broken? I feel like it's missing a backslash or two. Maybe this action is not suitable for a windows runner?I tested on this workflow.
Note: The input path seems to be correct, as removing the whole signing step uploads the artifact correctly.
Version
gh-action-sigstore-python@v1.2.3
windows-latest
The text was updated successfully, but these errors were encountered: