snitch-org / snitch

Lightweight C++20 testing framework.
Boost Software License 1.0
252 stars 7 forks source link

Make upload of release artifacts automatic #175

Open cschreib opened 1 month ago

cschreib commented 1 month ago

Currently, GitHub actions produce the header-only and compiled builds, for inclusion in the releases. But the upload of release artifacts is a manual process, which can be done wrong, or (as it happened for the last couple releases) forgotten. There is probably a way to get a GitHub action to upload the artifacts to the corresponding release.