From 429603118d992692e3d90a8df558205b1f931b5d Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Sat, 2 Mar 2024 03:07:04 +0200 Subject: [PATCH] Fix test app package id --- .github/workflows/pr_test_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index 11e877d0c..4df215e13 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -152,7 +152,8 @@ jobs: run: | hash=`sha512sum <<<"${{ env.BRANCH_NAME }}"` substring=${hash:0:15} - echo -e "id=com.cakewallet.test_$substring\nname=${{ env.BRANCH_NAME }}" > /opt/android/cake_wallet/android/app.properties + echo substring + echo -e "id=com.cakewallet.test_$(substring)\nname=${{ env.BRANCH_NAME }}" > /opt/android/cake_wallet/android/app.properties - name: Build run: |