From 89a7a7f023f49e37878804bcb5ac562ea160bd11 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:44:35 +0000 Subject: [PATCH] disable ios build --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84b0cef..fd4bd24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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() }}