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

Fix crashpad_handler missing executable bit in artifacts from the GHA workflow #41

Closed
limbonaut opened this issue Dec 9, 2024 · 1 comment · Fixed by #50
Closed
Assignees
Labels
bug Something isn't working

Comments

@limbonaut
Copy link
Collaborator

limbonaut commented Dec 9, 2024

crashpad_handler is uploaded without executable bit for Linux and macOS builds. This issue is caused by an old problem with upload-artifact:

@limbonaut limbonaut added the bug Something isn't working label Dec 9, 2024
@limbonaut limbonaut moved this to Todo in GDX Dec 11, 2024
@limbonaut limbonaut moved this from Todo to In Progress in GDX Dec 20, 2024
@limbonaut
Copy link
Collaborator Author

We're fixing permissions in a CI post-process step. It is still an issue if someone grabs sentry-godot-gdextension artifact instead of {{github.sha}}-named package. Maybe, we should be removing sentry-godot-gdextension artifact as the last step in CI.

limbonaut added a commit that referenced this issue Dec 21, 2024
…package instead

`sentry-godot-gdextension` artifact lacks executable permissions
see #41
limbonaut added a commit that referenced this issue Dec 22, 2024
This is needed to encourage using the corrected artifact, and because
`sentry-godot-gdextension` artifact lacks executable permissions,
see #41
@limbonaut limbonaut self-assigned this Dec 22, 2024
bruno-garcia pushed a commit that referenced this issue Dec 27, 2024
This is needed to encourage using the corrected artifact, and because
`sentry-godot-gdextension` artifact lacks executable permissions,
see #41
@github-project-automation github-project-automation bot moved this from In Progress to Done in GDX Dec 27, 2024
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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant