bee-san/RustScan

Automatically upload artefacts to latest release

Open

#700 geöffnet am 25. Nov. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (1.284 Forks)batch import
good first issue

Repository-Metriken

Stars
 (19.268 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 44T 20h) (5 gemergte PRs in 30 T)

Beschreibung

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 :)

Contributor Guide