mirror of
https://github.com/rustfs/rustfs.git
synced 2026-06-20 16:56:00 +08:00
feat(rustfs): add build info (#121)
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -28,7 +28,10 @@ jobs:
|
||||
|
||||
- name: Build binaries
|
||||
run: |
|
||||
touch rustfs/build.rs
|
||||
cargo build -p rustfs --bins
|
||||
|
||||
touch rustfs/build.rs
|
||||
cargo build -p rustfs --bins --release
|
||||
|
||||
mkdir -p target/artifacts
|
||||
|
||||
Reference in New Issue
Block a user