Skip to content

Commit

Permalink
chore(ci): modify unzip command in ci workflow
Browse files Browse the repository at this point in the history
Update the unzip command in the CI workflow to properly decompress the commandline tools zip file. This ensures correct installation of the HarmonyOS SDK.
  • Loading branch information
phodal committed Feb 28, 2024
1 parent 93a9a26 commit 21b3d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21b3d36

Please sign in to comment.