Skip to content

Commit

Permalink
Dang
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Jan 18, 2024
1 parent 3da0ff1 commit a7e2d01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions taskcluster/kinds/build/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ android-arm64/debug:
release-artifacts:
# APK Artifacts expects file to be in /builds/worker/artifacts/
- mozillavpn-arm64-v8a-debug.apk
worker:
artifacts:
- type: file
name: public/build/android-build.zip
path: /builds/worker/artifacts/android-build.zip

android-x64/debug:
description: "Android Debug (x86_64)"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/kinds/test/junit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android-junit:
toolchain:
- conda-android-arm64-6.2.4
build:
- artifact: android-build.tar.gz
- artifact: android-build.zip
run:
using: run-task
use-caches: true
Expand Down

0 comments on commit a7e2d01

Please sign in to comment.