From 303f32f5b268b1c2b1d1f73e858e1faed4ff40bc Mon Sep 17 00:00:00 2001 From: ParticleG Date: Tue, 21 Feb 2023 10:40:51 +0800 Subject: [PATCH] - Try ios CI at main --- .github/workflows/main.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d304350..21384b32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,7 +159,8 @@ jobs: build-android: runs-on: ubuntu-latest needs: [get-info, build-core, auto-test] - if: github.event_name != 'pull_request' + # if: github.event_name != 'pull_request' + if: ${{ !always() }} env: OUTPUT_FOLDER: ./build RELEASE_FOLDER: ./release @@ -278,7 +279,7 @@ jobs: dir: ./ColdClear - name: Build iOS packages id: build-packages - uses: love-actions/love-actions-ios@v1 + uses: love-actions/love-actions-ios@main with: app-name: ${{ needs.get-info.outputs.app-name }} bundle-id: ${{ steps.process-app-name.outputs.bundle-id }} @@ -345,6 +346,7 @@ jobs: build-linux: runs-on: ubuntu-latest needs: [get-info, build-core, auto-test] + if: ${{ !always() }} env: OUTPUT_FOLDER: ./build RELEASE_FOLDER: ./release @@ -444,7 +446,8 @@ jobs: build-macos-appstore: runs-on: macos-latest needs: [get-info, build-core, auto-test] - if: github.event_name != 'pull_request' + # if: github.event_name != 'pull_request' + if: ${{ !always() }} env: OUTPUT_FOLDER: ./build RELEASE_FOLDER: ./release @@ -544,7 +547,8 @@ jobs: build-macos-portable: runs-on: macos-latest needs: [get-info, build-core, auto-test] - if: github.event_name != 'pull_request' + # if: github.event_name != 'pull_request' + if: ${{ !always() }} env: OUTPUT_FOLDER: ./build RELEASE_FOLDER: ./release @@ -656,6 +660,7 @@ jobs: build-windows: runs-on: windows-latest needs: [get-info, build-core, auto-test] + if: ${{ !always() }} env: OUTPUT_FOLDER: ./build RELEASE_FOLDER: ./release