Skip to content

Commit

Permalink
feat: add apk
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Oct 19, 2022
1 parent 9ac0964 commit 2fb6e64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 2fb6e64

Please sign in to comment.