From 628f0b3998a94f63c5c2e4b6f324861a36286717 Mon Sep 17 00:00:00 2001 From: johnche Date: Tue, 30 Apr 2024 20:24:02 +0800 Subject: [PATCH] =?UTF-8?q?[unity]=E4=BF=AE=E6=94=B9=E9=B8=BF=E8=92=99?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=9A=84=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/unity_build_plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unity_build_plugins.yml b/.github/workflows/unity_build_plugins.yml index 162086a1b3..9f030da9eb 100644 --- a/.github/workflows/unity_build_plugins.yml +++ b/.github/workflows/unity_build_plugins.yml @@ -47,12 +47,12 @@ jobs: steps: - uses: actions/checkout@v3 - - name: BuildAndroid + - name: BuildOHOS uses: ./.github/workflows/composites/unity-build-plugins/ohos/ with: github_token: ${{ secrets.GITHUB_TOKEN }} backend: v8_9.4 - - name: BuildAndroidQuickJS + - name: BuildOHOSQuickJS uses: ./.github/workflows/composites/unity-build-plugins/ohos/ with: github_token: ${{ secrets.GITHUB_TOKEN }}