rust build.action:通过GitHub Actions自动发布GitHub版本的Rust构建工件 源码
锈释放二进制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.zip
(预估有个5文件)
rust-build.action-master
build.sh
2KB
action.yml
510B
Dockerfile
729B
README.md
977B
entrypoint.sh
1KB
暂无评论