bee-san/RustScan
Ver no GitHubAutomatically upload artefacts to latest release
Open
#700 aberto em 25 de nov. de 2024
good first issue
Métricas do repositório
- Stars
- (19.268 stars)
- Métricas de merge de PR
- (Mesclagem média 44d 20h) (5 fundiu PRs em 30d)
Description
https://github.com/RustScan/RustScan/blob/master/.github/workflows/build.yml
Our CD here creates artefacts, but does not upload them automatically.
We'd like these to be uploaded to the latest releasel.
To Do
- Change workflow to run on release published
- Upload all artefacts to the latest release. There are some ways to do this, feel free to explore!
Testing
I would test this in a local repo first, just use cargo init to make a new cargo project and test away :)