mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-18 08:45:05 +00:00
Fix workflow
This commit is contained in:
parent
80ed7b89ff
commit
29608ff0db
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pr_test_build.yml
vendored
4
.github/workflows/pr_test_build.yml
vendored
|
@ -149,7 +149,9 @@ jobs:
|
|||
echo "const ankrApiKey = '${{ secrets.ANKR_API_KEY }}';" >> cw_solana/lib/.secrets.g.dart
|
||||
|
||||
- name: Rename app
|
||||
run: echo -e "id=com.cakewallet.test_${{ md5sum <<<env.BRANCH_NAME }}\nname=${{ env.BRANCH_NAME }}" > /opt/android/cake_wallet/android/app.properties
|
||||
run: |
|
||||
x=`md5sum <<<"my string"`
|
||||
echo -e "id=com.cakewallet.test_\$x\nname=${{ env.BRANCH_NAME }}" > /opt/android/cake_wallet/android/app.properties
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue