From 44da7609d8b55b3143a970e814fe171712cef877 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:29:46 +0000 Subject: [PATCH] fix: tree not found --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f18478a..8075dc58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: platform: ${{ matrix.job.aarch }} - name: Set up macos - if: startsWith(matrix.job.target,'macos') + if: startsWith(matrix.job.target,'macos') || startsWith(matrix.job.target,'ios') run: | brew install create-dmg tree coreutils @@ -93,7 +93,7 @@ jobs: - name: zip run: | - tree + tree rm -f ./bin/*.h gzip -r -S ".gz" ./bin/hiddify-libcore*