mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 02:34:59 +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
|
||||
run: |
|
||||
x=`md5sum <<<"my string"`
|
||||
echo -e "id=com.cakewallet.test_\$x\nname=${{ env.BRANCH_NAME }}" > /opt/android/cake_wallet/android/app.properties
|
||||
hash=`md5sum <<<"${{ env.BRANCH_NAME }}"`
|
||||
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