We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3677ba6 commit ecf4417Copy full SHA for ecf4417
2 files changed
.github/workflows/e2e.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Rename APK
59
run: |
60
- apk=$(find app/build/outputs/apk/dev/debug -name 'bitkit-android-*-devDebug.apk')
+ apk=$(find app/build/outputs/apk/dev/debug -name 'bitkit-dev-debug-*-universal.apk')
61
mv "$apk" app/build/outputs/apk/dev/debug/bitkit_e2e.apk
62
63
- name: Upload APK
.github/workflows/e2e_migration.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
0 commit comments