Skip to content

Commit ecf4417

Browse files
committed
fix: apk name for e2e
1 parent 3677ba6 commit ecf4417

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Rename APK
5959
run: |
60-
apk=$(find app/build/outputs/apk/dev/debug -name 'bitkit-android-*-devDebug.apk')
60+
apk=$(find app/build/outputs/apk/dev/debug -name 'bitkit-dev-debug-*-universal.apk')
6161
mv "$apk" app/build/outputs/apk/dev/debug/bitkit_e2e.apk
6262
6363
- name: Upload APK

.github/workflows/e2e_migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Rename APK
5555
run: |
56-
apk=$(find app/build/outputs/apk/dev/debug -name 'bitkit-android-*-devDebug.apk')
56+
apk=$(find app/build/outputs/apk/dev/debug -name 'bitkit-dev-debug-*-universal.apk')
5757
mv "$apk" app/build/outputs/apk/dev/debug/bitkit_e2e.apk
5858
5959
- name: Upload APK

0 commit comments

Comments
 (0)