Skip to content

Commit f426430

Browse files
committed
ci: Add artifacts instruction to Android APK task
1 parent 3df22b9 commit f426430

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cirrus.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ task:
361361

362362
task:
363363
name: 'ARM64 Android APK [jammy]'
364+
alias: android
364365
<< : *CONTAINER_DEPENDS_TEMPLATE
365366
container:
366367
docker_arguments:
@@ -376,3 +377,7 @@ task:
376377
<< : *MAIN_TEMPLATE
377378
env:
378379
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
380+
copy_artifacts_script:
381+
- cp src/qt/android/build/outputs/apk/debug/android-debug.apk ${CIRRUS_WORKING_DIR}/insecure_android.apk
382+
insecure_android_apk_artifacts:
383+
path: "insecure_android.apk"

0 commit comments

Comments
 (0)