-
Notifications
You must be signed in to change notification settings - Fork 60
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
Create Release WorkFlow Git Action #42
Conversation
I like this PR. Would love to try it once it's ready. |
Will sort ASAP. |
There is a catch you need to consider. Since I compile nexmon in the build process, the image is huge with lots of empty space at the end. So, I run pishrink on it manually to shrink it. How will you recreate that in the gitaction? |
Yeap currently working on 2 issues..
|
Latest update seems to have trimmed off enough i will test image produced once I've finished work today |
pishrink will change the sha256 value. The action needs to run sha256sum to compute the right value for the shrunk image. Example:
|
Command to update sha and label of release changed to version number |
Thank you for your contribution. I just merged and I am running the action now to create release 1.8.0 |
Use GitActions to produce Release and give confidence img file comes from source
Description
Simple Git Action takes 2 hrs to run for each build.
Manually triggered by click on Run Workflow in Git Actions TAB
How Has This Been Tested?
Has been run on my own fork(https://github.com/waterfallm/) and i'll run a few more tests before submitting proper.
Types of changes
Checklist:
git commit -s