diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3382dd08cd..4d4f0a7ef4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -68,6 +68,12 @@ jobs: run: | $AX_ROOT = $(Get-Location).Path ./build.ps1 -p android -a arm64 + - uses: actions/upload-artifact@v3 + with: + name: android_artifact + path: | + templates/**/*.apk + tests/**/*.apk build-osx: runs-on: macos-12