mirror of https://github.com/axmolengine/axmol.git
upload-artifact for android build (#1419)
This commit is contained in:
parent
859c8fc093
commit
a9091c4127
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue