You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the recommended flow in sentry github action docs, the checkout command will delete the workspace files. In my case this broke ability to reference source map in action-release thereafter.
Standard Github runners or self-hosted runners (which OS and arch?)
standard github runner
Which version of the action?
v2
Steps to Reproduce
use the workflow above
try to resolve a source map in your ./dist ./build or w/e
Expected Result
source map uploaded to sentry
Actual Result
file i/o error cannot locate ./build.
What actually happened. Maybe a screenshot/recording? Maybe some logs?
The checkout action deletes the workspace and so the ./build directory cannot be found. Removing the checkout action resolves the issue.
The text was updated successfully, but these errors were encountered:
Github Sentry Action Release Bug Report
If you use the recommended flow in sentry github action docs, the checkout command will delete the workspace files. In my case this broke ability to reference source map in
action-release
thereafter.Environment
How do you use this action?
Standard Github runners or self-hosted runners (which OS and arch?)
standard github runner
Which version of the action?
v2
Steps to Reproduce
Expected Result
source map uploaded to sentry
Actual Result
file i/o error cannot locate ./build.
What actually happened. Maybe a screenshot/recording? Maybe some logs?
The checkout action deletes the workspace and so the ./build directory cannot be found. Removing the checkout action resolves the issue.
The text was updated successfully, but these errors were encountered: