Skip to content

Commit

Permalink
Action: Daily build and upload apk
Browse files Browse the repository at this point in the history
This patch adds step to upload ml_inference_offloading apk,
and cron schedule to github action.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 authored and wooksong committed May 20, 2024
1 parent da5fb23 commit dc9f9ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Android Build Test

on:
schedule:
# 05:00 AM (KST) Mon-Fri
- cron: "00 20 * * 0-4"
push:
branches: [ main ]
pull_request:
Expand Down Expand Up @@ -53,3 +56,8 @@ jobs:
with:
name: nnstreamer-api-aar
path: nnstreamer-api/build/outputs/aar/*
- name: Upload ml_inference_offloading apk
uses: actions/upload-artifact@v4
with:
name: ml-inference-offloading-apk
path: ml_inference_offloading/build/outputs/apk/*/*.apk

0 comments on commit dc9f9ef

Please sign in to comment.