Skip to content

Commit

Permalink
fix cake wallet ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Aug 12, 2024
1 parent 1e7cf23 commit 2ccb12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cake_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Rename app
run: |
echo -e "id=com.cakewallet.moneroc_${{ env.PR_NUMBER }}\nname=${{ github.ref_name }}" | sed 's/[^a-zA-Z0-9]//g' > /opt/android/cake_wallet/android/app.properties
echo -e "id=com.cakewallet.moneroc_${{ env.PR_NUMBER }}\nname=${{ github.ref_name }}" | sed 's/[^a-zA-Z0-9=\n.]//g' > /opt/android/cake_wallet/android/app.properties
- name: Build
run: |
Expand Down

0 comments on commit 2ccb12e

Please sign in to comment.