From 5fb1ed269a9b15191bdd3117c113ef249bd82c11 Mon Sep 17 00:00:00 2001 From: cyan Date: Wed, 31 Jul 2024 07:53:48 +0000 Subject: [PATCH] insanity.... --- .github/workflows/cake_wallet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml index 486f7ed2..5fdda52a 100644 --- a/.github/workflows/cake_wallet.yaml +++ b/.github/workflows/cake_wallet.yaml @@ -177,7 +177,7 @@ jobs: - name: Rename app run: | - echo -e "id=com.cakewallet.moneroc_${{ env.PR_NUMBER }}\nname=${{ github.ref_name }}" | tr '/-.' '_' > /opt/android/cake_wallet/android/app.properties + echo -e "id=com.cakewallet.moneroc_${{ env.PR_NUMBER }}\nname=${{ github.ref_name }}" | tr '.-/' '_' > /opt/android/cake_wallet/android/app.properties - name: Build run: |