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

feat: support installing from a specific commit hash #39

Open
smsunarto opened this issue Oct 30, 2023 · 2 comments
Open

feat: support installing from a specific commit hash #39

smsunarto opened this issue Oct 30, 2023 · 2 comments

Comments

@smsunarto
Copy link

We can use Github Actions to build the program for every commit and store it as an artifact that could later be fetched by the installer. This would be useful for easy testing prior to committing to a release.

@jpillora
Copy link
Owner

jpillora commented Oct 30, 2023 via email

@smsunarto
Copy link
Author

Store binaries in actions build artifacts? There can be multiple builds for a commit?

On Tue, 31 Oct 2023 at 6:15 AM Scott Sunarto @.> wrote: We can use Github Actions to build the program for every commit and store it as an artifact that could later be fetched by the installer. This would be useful for easy testing prior to committing to a release. — Reply to this email directly, view it on GitHub <#39>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2X45I2BB3RSYOJ3Y4UW3YB74EZAVCNFSM6AAAAAA6WQ76VCVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DSMBUHA2DSNI . You are receiving this because you are subscribed to this thread.Message ID: @.>

Yeah, you can just run the build as normal and dump the binaries using https://github.com/actions/upload-artifact

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

No branches or pull requests

2 participants