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

GitHub Action that uploads builds as release artifacts #3272

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

egiurleo
Copy link
Contributor

@egiurleo egiurleo commented Dec 2, 2024

This GitHub Action builds Prism for Linux and MacOS and then uploads the builds to the latest release.

Motivation

I am working on adopting Prism in a third-party library (Sorbet) where Ruby is not available during the build process. In order to avoid adding Ruby to the Sorbet build pipeline, I would like to have access to pre-built Prism binaries that Sorbet can pull and use in its build process.

Copy link
Collaborator

@kddnewton kddnewton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One quick change, looks great!

.github/workflows/build-artifacts.yml Outdated Show resolved Hide resolved
This GitHub Action builds Prism for Linux and MacOS and then
uploads the builds to the latest release to be used by clients
such as Sorbet
@egiurleo egiurleo force-pushed the emily/upload-builds-on-release branch from 6f54c00 to c2eec54 Compare December 3, 2024 17:03
@egiurleo egiurleo marked this pull request as ready for review December 3, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants