summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-07-31 10:11:35 +0000
committercyan <cyjan@mrcyjanek.net>2024-07-31 10:11:35 +0000
commit82c650f7c047e0f35b03c03a0109d0d13d30fe4b (patch)
treeb495faeb462c31e531854f470b4bd181bcf0db21
parentdb4ceaa871c334b671256a1b2e369eb6c23676e7 (diff)
minor fix
-rw-r--r--.github/workflows/cake_wallet.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml
index 0e2711a..bc1ebe1 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 '.-' '_' | tr '/' '_' | sed 's/com_cakewallet_/com.cakewallet./g'> /opt/android/cake_wallet/android/app.properties
- name: Build
run: |