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

时间:2021-04-07 23:48:48
【文件属性】:
文件名称:rust-build.action:通过GitHub Actions自动发布GitHub版本的Rust构建工件
文件大小:4KB
文件格式:ZIP
更新时间:2021-04-07 23:48:48
Shell 锈释放二进制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
【文件预览】:
rust-build.action-master
----build.sh(2KB)
----action.yml(510B)
----Dockerfile(729B)
----README.md(977B)
----entrypoint.sh(1KB)

网友评论