Skip to content

Commit

Permalink
fix: tree not found
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Aug 20, 2023
1 parent 413ca28 commit 44da760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -93,7 +93,7 @@ jobs:

- name: zip
run: |
tree
tree
rm -f ./bin/*.h
gzip -r -S ".gz" ./bin/hiddify-libcore*
Expand Down

0 comments on commit 44da760

Please sign in to comment.