فهرست منبع

Add testautomation to android artifacts

Brick 1 سال پیش
والد
کامیت
7f96217c63
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/android.yml

+ 1 - 1
.github/workflows/android.yml

@@ -68,7 +68,7 @@ jobs:
       - name: Build test apk's (CMake)
         if: ${{ contains(matrix.platform.name, 'CMake') }}
         run: |
-          cmake --build build --config Release --parallel --verbose --target testaudiocapture-apk testcontroller-apk testmultiaudio-apk testsprite-apk
+          cmake --build build --config Release --parallel --verbose --target testautomation-apk testaudiocapture-apk testcontroller-apk testmultiaudio-apk testsprite-apk
       - name: Install (CMake)
         if: ${{ contains(matrix.platform.name, 'CMake') }}
         run: |