bee-san/RustScan

Automatically upload artefacts to latest release

Open

#700 aperta il 25 nov 2024

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)Rust (1284 fork)batch import
good first issue

Metriche repository

Star
 (19.268 star)
Metriche merge PR
 (Merge medio 44g 20h) (5 PR mergiate in 30 g)

Descrizione

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

  1. Change workflow to run on release published
  2. 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 :)

Guida contributor