mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Manually git hash when publishing source AUR package
This commit is contained in:
parent
55f1e1d32d
commit
dcbe433a9c
2 changed files with 6 additions and 1 deletions
1
.github/scripts/PKGBUILD.source
vendored
1
.github/scripts/PKGBUILD.source
vendored
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue