-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add upload-artifact to build script #62
Conversation
Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com> Fix upload-artifact Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com> Try to fix upload-artifact again Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com> Fix name in upload-artifact Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>
@DestroyerXyz This looks like it uploads artifacts for every commit on PR and merge. Wouldn't that get noisy? |
It says inside the action, does not create a release or something. |
Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>
Added build for multiple platforms. |
Excellent, thanks for taking over on this. I had plan to do it, but got busy with life and work lately. |
You're welcome |
@tkellogg BTW, you can add [skip ci] to the beginning of a commit to skip ci like if updating the README for example. |
This will upload the compiled binary to Github actions.