Fix AOSP build artifact location

This commit is contained in:
Steve Soltys 2023-10-16 21:08:11 -04:00
parent 8297bb7087
commit 551538fd8f

View file

@ -1,7 +1,7 @@
task: task:
name: Build with AOSP name: Build with AOSP
only_if: $CIRRUS_PR_LABELS =~ ".*aosp-build.*" only_if: $CIRRUS_PR_LABELS =~ ".*aosp-build.*"
timeout_in: 120m timeout_in: 70m
container: container:
image: ubuntu:23.04 image: ubuntu:23.04
cpu: 8 cpu: 8
@ -10,4 +10,4 @@ task:
- ./.github/scripts/build_aosp.sh aosp_arm64 userdebug android-14.0.0_r1 - ./.github/scripts/build_aosp.sh aosp_arm64 userdebug android-14.0.0_r1
always: always:
seedvault_artifacts: seedvault_artifacts:
path: $CIRRUS_WORKING_DIR/Seedvault.apk path: Seedvault.apk