upload-artifact for android build (#1419)

This commit is contained in:
CHP 2023-11-06 02:32:53 +01:00 committed by GitHub
parent 859c8fc093
commit a9091c4127
1 changed files with 6 additions and 0 deletions

View File

@ -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