kettle11 / devserver

A simple HTTPS server for local development. Implemented in Rust.
zlib License
95 stars 15 forks source link

ci(github-actions): add GitHub Actions workflow to create GitHub Release #27

Closed hituzi-no-sippo closed 9 months ago

hituzi-no-sippo commented 9 months ago

First of all, Thanks for creating this awesome tool.

This PR adds a GitHub Actions workflow to create a GitHub Release. The created GitHub Release has binaries as assets.

The reason for creating this PR, I would like to download devserver via aqua without using cargo.

kettle11 commented 9 months ago

Thank you for this pull request. Looks good to me!