jaredpetersen / raspilive

📷 Stream video from the Raspberry Pi Camera Module to the web
MIT License
146 stars 33 forks source link

Fix release workflow & trailing newlines #50

Closed jaredpetersen closed 3 years ago

jaredpetersen commented 3 years ago

Fixed the body of the GitHub release that is created by our release workflow.

Additionally updated the action to only publish the binary since we can get the README and LICENSE in the compressed source code.

I noticed that a several files were missing the trailing newline and had extra whitespace. Updated my VS Code config and addressed the issue.