1. 首页
  2. 数据库
  3. 其它
  4. rust build.action:通过GitHub Actions自动发布GitHub版本的Rust构建工件 源码

rust build.action:通过GitHub Actions自动发布GitHub版本的Rust构建工件 源码

上传者: 2021-04-17 15:42:16上传 ZIP文件 3.71KB 热度 23次
锈释放二进制Github动作 通过GitHub Actions自动发布GitHub版本的Rust构建工件(基于 ) 例子 # .github/workflows/release.yml on : release : types : [created] jobs : release : name : release ${{ matrix.target }} runs-on : ubuntu-latest strategy : fail-fast : false matrix : target : [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin] steps : - uses : actions/ch
用户评论