-
Notifications
You must be signed in to change notification settings - Fork 53
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
IO error for operation on ./www: No such file or directory (os error 2) #69
Comments
Having the same issue. Any one have some ideas to resolve this? |
+1 |
i got the same error . my config is behind: with:
environment: "production"
sourcemaps: "./dist/assets"
set_commits: "skip"
url_prefix: "~/xxx/assets" |
Is the with:
sourcemaps: www |
Same issue here +1 |
This is because the action is a docker-type, if you look at the volumes sent to the docker command:
(where [org] and [repo] are the values for your repository) You will be able to access your files if they're in one of these mounts, in my case I used the
then I could specify my sourcemaps as so:
|
Are you using the sentry checkout action prior to this? Don't. It will delete all files generated in the build. |
based on above comments, the lowest effort fix is to just improve documentation around how to avoid this problem |
Environment
How do you use Sentry?
Self-hosted/on-premise / Version Sentry 21.8.0.dev0 0664dd8
Steps to Reproduce
Expected Result
Source maps are uploaded successful.
Actual Result
This is a preview of my action.
The list is successful.
So I have many source map files.
Then this action has an error.
When I do the same on local CLI by myself it work's fine.
The text was updated successfully, but these errors were encountered: