-
Notifications
You must be signed in to change notification settings - Fork 288
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 .sha256 files to releases #807
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the files being created but I'm not seeing where they are attached as artifacts of a build or release.
c8bdfa9
to
c320afa
Compare
@jromero thanks for pointing that out, I rushed this and totally missed that. I switched it to this action, since the default github one isn't being maintained (actions/upload-release-asset#58), and therefore hasn't implemented a Testing it out on my fork, I was able to successfully generate a release with the .sha256 files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: David Freilich <dfreilich@vmware.com>
* Allows for using a glob for files, ensuring all are uploaded easily * Rename the zipped dirs to reflect what we want name to be. Signed-off-by: David Freilich <dfreilich@vmware.com>
8e2abc0
to
ae0ee46
Compare
Codecov Report
@@ Coverage Diff @@
## main #807 +/- ##
==========================================
+ Coverage 73.52% 77.48% +3.96%
==========================================
Files 75 81 +6
Lines 5135 4657 -478
==========================================
- Hits 3775 3608 -167
+ Misses 1043 726 -317
- Partials 317 323 +6
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: David Freilich dfreilich@vmware.com
Summary
Add .sha256 files to releases. It worked successfully over here
Documentation
Related
Related to, but doesn't resolve #799 (still need to add pgp signatures)