From c273238cc0b63795e20f23745b0c92199f8f2749 Mon Sep 17 00:00:00 2001 From: Bruce Teng Date: Tue, 23 Apr 2024 21:00:30 +0800 Subject: [PATCH] actions: test new APKEditor method In latest test branch, I changed the tool to APKEditor for compiling&recompiling the services.jar. Hope this test will make the actions build more stable. --- ...ld_mi10_series_xiaomi.eu_hyperos_push_to_onedrive_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_mi10_series_xiaomi.eu_hyperos_push_to_onedrive_test.yml b/.github/workflows/build_mi10_series_xiaomi.eu_hyperos_push_to_onedrive_test.yml index ef91e37..dd20e30 100644 --- a/.github/workflows/build_mi10_series_xiaomi.eu_hyperos_push_to_onedrive_test.yml +++ b/.github/workflows/build_mi10_series_xiaomi.eu_hyperos_push_to_onedrive_test.yml @@ -41,7 +41,7 @@ jobs: - name: 3. 检出仓库文件 | CHECKOUT REPOSITORY uses: actions/checkout@main with: - ref: dev + ref: test fetch-depth: 1 - name: 4. 准备环境 | PREPARE ENVIRONMENT run: | @@ -97,4 +97,4 @@ jobs: tag: ${{ env.OS_VERSION }} bodyFile: "${{ github.workspace }}/file.log" allowUpdates: true - artifactErrorsFailBuild: true \ No newline at end of file + artifactErrorsFailBuild: true