1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Fixes the way GIT_BRANCH is evalueated

This commit is contained in:
Dmitry Vedenko 2021-06-16 14:58:15 +03:00 committed by Dmitry Vedenko
parent 6da25e1646
commit 5f05b798f6

View File

@ -21,4 +21,4 @@ gh_export GIT_HASH_SHORT="$(git show -s --format='%h')"
gh_export AUDACITY_BUILD_TYPE="RelWithDebInfo"
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)