Skip to content

Commit e73e53c

Browse files
committed
chore: Modify apk file renaming step in workflow
1 parent a66ad23 commit e73e53c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/automated_integration_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,9 @@ jobs:
288288
289289
- name: Rename apk file
290290
run: |
291+
sanitized_branch_name=$(grep '^id=' android/app.properties | cut -d'=' -f2 | sed 's/com\.cakewallet\.test_//')
291292
cd build/app/outputs/flutter-apk
292293
mkdir test-apk
293-
# Read the sanitized branch name from the app.properties file created in "Rename app" step
294-
sanitized_branch_name=$(grep '^id=' android/app.properties | cut -d'=' -f2 | sed 's/com\.cakewallet\.test_//')
295294
296295
cp app-arm64-v8a-release.apk test-apk/${sanitized_branch_name}.apk
297296
cp app-x86_64-release.apk test-apk/${sanitized_branch_name}_x86.apk

0 commit comments

Comments
 (0)