mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
hash branch name
This commit is contained in:
parent
e2df34aa9f
commit
0b0b04ad00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_test_build.yml
vendored
2
.github/workflows/pr_test_build.yml
vendored
|
@ -151,7 +151,7 @@ jobs:
|
|||
- name: Rename app
|
||||
run: |
|
||||
hash=`md5sum <<<"${{ env.BRANCH_NAME }}"`
|
||||
echo -e "id=com.cakewallet.test_${{ hash }}\nname=${{ env.BRANCH_NAME }}" > /opt/android/cake_wallet/android/app.properties
|
||||
echo -e "id=com.cakewallet.test_$hash\nname=${{ env.BRANCH_NAME }}" > /opt/android/cake_wallet/android/app.properties
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue