From 7cdd0dbdb7c07078c2a19cadfcbd30ea573c5af9 Mon Sep 17 00:00:00 2001 From: ZakirSheikh Date: Tue, 22 Aug 2023 22:24:31 +0530 Subject: [PATCH] test56 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bb2d3c..53fdf29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: echo "GIT_TAG=$(echo ${{ steps.version_name.outputs.VERSION_NAME }})" >> $GITHUB_ENV - name: Print environment variable run: - VERSION_NAME=$(grep -o "versionName\s\+.*" app/build.gradle | awk '{ print $2 }' | tr -d \''"\') + VERSION_NAME=$(grep -o "versionName\s\+.*" ./app/build.gradle | awk '{ print $2 }' | tr -d \''"\') echo "The version name is $VERSION_NAME"