We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea206e commit ed5e949Copy full SHA for ed5e949
.github/workflows/debug_build.yml
@@ -77,7 +77,7 @@ jobs:
77
echo "APK_BASENAME_PREFIX=$APK_BASENAME_PREFIX"
78
echo "APK_BASENAME_PREFIX=$APK_BASENAME_PREFIX" >> $GITHUB_ENV
79
80
- echo "Building APKs for 'APK_VERSION_TAG' build"
+ echo "Building APKs for $APK_VERSION_TAG build"
81
export TERMUX_APP_VERSION_NAME="${RELEASE_VERSION_NAME/v/}" # Used by app/build.gradle
82
export TERMUX_APK_VERSION_TAG="$APK_VERSION_TAG" # Used by app/build.gradle
83
export TERMUX_PACKAGE_VARIANT="${{ env.PACKAGE_VARIANT }}" # Used by app/build.gradle
0 commit comments