Skip to content

Commit

Permalink
update cake_wallet yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jul 26, 2024
1 parent ee7809b commit 6e553dc
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 @@ -174,7 +174,7 @@ jobs:
- name: Rename app
run: |
echo -e "id=com.cakewallet.moneroc_${{ env.PR_NUMBER }}\nname=${{ github.ref_name }}" > /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: |
Expand Down

0 comments on commit 6e553dc

Please sign in to comment.