From 6d685292701e15bb5a7038858746da76ddebe1f4 Mon Sep 17 00:00:00 2001 From: Konstantin Ullrich Date: Tue, 12 Sep 2023 14:33:01 +0200 Subject: [PATCH] DEBUG CW-482 revert Workflow change --- .github/workflows/pr_test_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index 6eada678c..30bf3058e 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -130,7 +130,7 @@ jobs: echo "const chatwootWebsiteToken = '${{ secrets.CHATWOOT_WEBSITE_TOKEN }}';" >> lib/.secrets.g.dart - name: Rename app - run: echo -e "id=com.cakewallet.debug\nname=$GITHUB_HEAD_REF" > /opt/android/cake_wallet/android/app.properties + run: echo -e "id=com.cakewallet.test\nname=$GITHUB_HEAD_REF" > /opt/android/cake_wallet/android/app.properties - name: Build run: | @@ -168,6 +168,6 @@ jobs: token: ${{ secrets.SLACK_APP_TOKEN }} path: /opt/android/cake_wallet/build/app/outputs/apk/release/app-release.apk channel: ${{ secrets.SLACK_APK_CHANNEL }} - title: 'DEBUG ${{github.head_ref}}.apk' + title: '${{github.head_ref}}.apk' filename: ${{github.head_ref}}.apk initial_comment: ${{ github.event.head_commit.message }}