mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Fixes the way GIT_BRANCH is evalueated
This commit is contained in:
parent
6da25e1646
commit
5f05b798f6
@ -21,4 +21,4 @@ gh_export GIT_HASH_SHORT="$(git show -s --format='%h')"
|
|||||||
gh_export AUDACITY_BUILD_TYPE="RelWithDebInfo"
|
gh_export AUDACITY_BUILD_TYPE="RelWithDebInfo"
|
||||||
gh_export AUDACITY_INSTALL_PREFIX="${repository_root}/build/install"
|
gh_export AUDACITY_INSTALL_PREFIX="${repository_root}/build/install"
|
||||||
|
|
||||||
gh_export GIT_BRANCH=${GITHUB_REF##*/}
|
gh_export GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user