bee-san/RustScan

Automatically upload artefacts to latest release

开放

#700 创建于 2024年11月25日

 (2 条评论) (0 个反应) (1 位负责人)Rust (1,284 个派生)batch import
good first issue

仓库指标

星标
 (19,268 个星标)
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 :)

贡献者指南