From 2fb6e649c8bcc348393f1a94c1ba3a5e10012683 Mon Sep 17 00:00:00 2001 From: ZhouYixun <291028775@qq.com> Date: Thu, 20 Oct 2022 01:36:07 +0800 Subject: [PATCH] feat: add apk --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fac12c5..bb97225d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,6 +96,10 @@ jobs: run: cp plugins/sonic-android-scrcpy.jar sonic-agent-${{ steps.previoustag.outputs.tag }}-${{matrix.depend}}/plugins/ - name: yadb run: cp plugins/yadb sonic-agent-${{ steps.previoustag.outputs.tag }}-${{matrix.depend}}/plugins/ + - name: appium1 + run: cp plugins/sonic-appium-uiautomator2-server.apk sonic-agent-${{ steps.previoustag.outputs.tag }}-${{matrix.depend}}/plugins/ + - name: appium2 + run: cp plugins/sonic-appium-uiautomator2-server-test.apk sonic-agent-${{ steps.previoustag.outputs.tag }}-${{matrix.depend}}/plugins/ - name: zip uses: TheDoctor0/zip-release@0.6.2 with: