From 21b3d36baaa9d50b97faab41a69b4e739d0d46f0 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Wed, 28 Feb 2024 17:20:51 +0800 Subject: [PATCH] chore(ci): modify unzip command in ci workflow Update the unzip command in the CI workflow to properly decompress the commandline tools zip file. This ensures correct installation of the HarmonyOS SDK. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 841778e..a8f3448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,8 @@ jobs: curl -LJO "$ASSET_URL" - name: Unzip Release Assets - run: unzip -o commandline-tools-linux-2.0.0.2.zip + run: | + unzip -o commandline-tools-linux-2.0.0.2.zip - name: Install HarmonyOS SDK run: |