Manually git hash when publishing source AUR package

This commit is contained in:
bytedream 2024-05-03 20:33:50 +02:00
parent 55f1e1d32d
commit dcbe433a9c
2 changed files with 6 additions and 1 deletions

View file

@ -21,6 +21,7 @@ build() {
export CARGO_HOME="$srcdir/cargo-home"
export RUSTUP_TOOLCHAIN=stable
export CRUNCHY_CLI_GIT_HASH=$CI_GIT_HASH
cargo build --release
}