bee-san/RustScan

Automatically upload artefacts to latest release

Open

#700 建立於 2024年11月25日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)Rust (1,284 fork)batch import
good first issue

倉庫指標

Star
 (19,268 star)
PR 合併指標
 (平均合併 44天 20小時) (30 天內合併 5 個 PR)

描述

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

貢獻者指南