diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-07-30 20:42:23 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-07-30 20:42:23 +0000 |
| commit | bf4c8eef1561798904e347400614061eb558255c (patch) | |
| tree | de77393f9c42290639f52ca2ee05e1083c1f8bc7 | |
| parent | fae86cdfd9d5d7fb947ed31710af2df0daf4f040 (diff) | |
fix package name in cake
| -rw-r--r-- | .github/workflows/cake_wallet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml index f4bc462..486f7ed 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: | |
