diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64ecad0d..b4554ce9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ env: TARGET_NAME_dmg: "Hiddify-MacOS" TARGET_NAME_pkg: "Hiddify-MacOS-Installer" TARGET_NAME_ipa: "Hiddify-iOS" - TARGET_NAME_ipa2: "Hiddify-iOS2" + jobs: test: @@ -60,34 +60,34 @@ jobs: fail-fast: false matrix: include: - # - platform: android-apk - # os: ubuntu-latest - # targets: apk + - platform: android-apk + os: ubuntu-latest + targets: apk - # - platform: android-aab - # os: ubuntu-latest - # targets: aab + - platform: android-aab + os: ubuntu-latest + targets: aab - # - platform: windows - # os: windows-2019 - # aarch: amd64 - # targets: exe,msix + - platform: windows + os: windows-2019 + aarch: amd64 + targets: exe,msix - # - platform: linux - # os: ubuntu-22.04 - # aarch: amd64 - # targets: AppImage,deb,rpm + - platform: linux + os: ubuntu-22.04 + aarch: amd64 + targets: AppImage,deb,rpm - # - platform: macos - # os: macos-13 - # aarch: universal - # targets: dmg,pkg - - - platform: ios + - platform: macos os: macos-13 aarch: universal - filename: hiddify-ios - targets: ipa + targets: dmg,pkg + + # - platform: ios + # os: macos-13 + # aarch: universal + # filename: hiddify-ios + # targets: ipa runs-on: ${{ matrix.os }} steps: - name: checkout