Skip to content

Commit

Permalink
disable ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Aug 20, 2023
1 parent fa5e649 commit 89a7a7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# - { os: "ubuntu-latest", target: "windows-386", aarch: 'x86'} #fultter does not support x86
- { os: "ubuntu-latest", target: "windows-amd64", aarch: 'x64' }
- { os: "macos-11", target: "macos-universal" }
- { os: "macos-11", target: "ios" }
#- { os: "macos-11", target: "ios" }
runs-on: ${{ matrix.job.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -101,7 +101,9 @@ jobs:
run: |
tree
rm -f ./bin/*.h
rm ./bin/hiddify-libcore*sources*
gzip -r -S ".gz" ./bin/hiddify-libcore*
- uses: actions/upload-artifact@v3
if: ${{ success() }}
Expand Down

0 comments on commit 89a7a7f

Please sign in to comment.