mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-22 23:28:53 +00:00
hash branch name
This commit is contained in:
parent
29608ff0db
commit
e2df34aa9f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_test_build.yml
vendored
4
.github/workflows/pr_test_build.yml
vendored
|
@ -150,8 +150,8 @@ jobs:
|
||||||
|
|
||||||
- name: Rename app
|
- name: Rename app
|
||||||
run: |
|
run: |
|
||||||
x=`md5sum <<<"my string"`
|
hash=`md5sum <<<"${{ env.BRANCH_NAME }}"`
|
||||||
echo -e "id=com.cakewallet.test_\$x\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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue