fix: restore working build configuration by removing cargo.config.toml (#206)

- Remove cargo.config.toml file that was causing build issues
- Restore .github/workflows/build.yml to working state from commit 2e9792577f
- These changes ensure the build system works correctly again
This commit is contained in:
安正超
2025-07-15 02:24:13 +08:00
committed by GitHub
parent 6ef6f188e5
commit f5ff93b65e
2 changed files with 0 additions and 56 deletions

View File

@@ -283,7 +283,6 @@ jobs:
fi
fi
# Native/cross compilation outputs to target/${target}/release/rustfs
cd target/${{ matrix.target }}/release
zip "../../../${PACKAGE_NAME}.zip" rustfs
cd ../../..