bee-san/RustScan

Automatically upload artefacts to latest release

オープン

#700 opened on 2024/11/25

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (1,284 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (19,268 個のスター)
PR merge metrics
 (平均マージ 44d 20h) (30d で 5 merged PRs)

説明

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

コントリビューターガイド