Use Rust build metadata for system version

This commit is contained in:
fawney19
2026-05-03 22:06:16 +08:00
parent b4a8c5dde2
commit cb5b8ee1ee
3 changed files with 50 additions and 18 deletions

View File

@@ -74,6 +74,7 @@ jobs:
- name: Build
env:
AETHER_VERSION: ${{ startsWith(github.ref, 'refs/tags/v') && github.ref_name || '' }}
CARGO_TERM_COLOR: always
run: cross build --release --locked -p aether-gateway --target ${{ matrix.target }}