Skip to content

feat: enhance process termination in WasmEdgeService with PID retrieval #2

feat: enhance process termination in WasmEdgeService with PID retrieval

feat: enhance process termination in WasmEdgeService with PID retrieval #2

Workflow file for this run

name: Build Android APK
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
uses: ./.github/workflows/build-apk.yml
upload-artifact:
runs-on: ubuntu-latest
needs: build
steps:
- name: Download APK artifact
uses: actions/download-artifact@v4
with:
name: built-apk
path: ./
- name: Upload APK artifact
uses: actions/upload-artifact@v4
with:
name: wasmedge-android-apk
path: app-debug.apk
retention-days: 30