From 9ccca8dc800bc177ee636449d1feee03c412ac0f Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sat, 27 Jul 2024 13:19:52 +0000 Subject: [PATCH] fix cake package name --- .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 ec2ab369..f509e2f8 100644 --- a/.github/workflows/cake_wallet.yaml +++ b/.github/workflows/cake_wallet.yaml @@ -178,7 +178,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: |