We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66ad23 commit e73e53cCopy full SHA for e73e53c
.github/workflows/automated_integration_test.yml
@@ -288,10 +288,9 @@ jobs:
288
289
- name: Rename apk file
290
run: |
291
+ sanitized_branch_name=$(grep '^id=' android/app.properties | cut -d'=' -f2 | sed 's/com\.cakewallet\.test_//')
292
cd build/app/outputs/flutter-apk
293
mkdir test-apk
- # 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_//')
295
296
cp app-arm64-v8a-release.apk test-apk/${sanitized_branch_name}.apk
297
cp app-x86_64-release.apk test-apk/${sanitized_branch_name}_x86.apk
0 commit comments