|
56 | 56 | unreal-program-name: "UE_5.1"
|
57 | 57 | upload-package-base-name: "CesiumForUnreal-51-linux"
|
58 | 58 | clang-version: "v20_clang-13.0.1-centos7"
|
59 |
| - macOS51: |
60 |
| - uses: ./.github/workflows/buildMac.yml |
61 |
| - secrets: inherit |
62 |
| - with: |
63 |
| - runner-label: macos-13 |
64 |
| - unreal-engine-version: "5.1.0" |
65 |
| - unreal-engine-zip: "s3://cesium-unreal-engine/5.1.0/macOS/UE_51_macOS.zip" |
66 |
| - unreal-program-name: "UE_5.1" |
67 |
| - upload-package-base-name: "CesiumForUnreal-51-macos" |
68 |
| - xcode-version: "14.3.1" |
69 |
| - iOS51: |
70 |
| - uses: ./.github/workflows/buildiOS.yml |
71 |
| - secrets: inherit |
72 |
| - with: |
73 |
| - runner-label: macos-13 |
74 |
| - unreal-engine-version: "5.1.0" |
75 |
| - unreal-engine-zip: "s3://cesium-unreal-engine/5.1.0/macOS/UE_51_macOS.zip" |
76 |
| - unreal-program-name: "UE_5.1" |
77 |
| - upload-package-base-name: "CesiumForUnreal-51-ios" |
78 |
| - xcode-version: "14.3.1" |
79 | 59 | Combine51:
|
80 | 60 | runs-on: ubuntu-latest
|
81 |
| - needs: [Windows51, Linux51, Android51, macOS51, iOS51] |
| 61 | + needs: [Windows51, Linux51, Android51] |
82 | 62 | steps:
|
83 | 63 | - name: Check out repository code
|
84 | 64 | uses: actions/checkout@v4
|
|
89 | 69 | # Make these available to subsequent steps
|
90 | 70 | echo "CESIUM_UNREAL_VERSION=$CESIUM_UNREAL_VERSION" >> $GITHUB_ENV
|
91 | 71 | echo "BUILD_CESIUM_UNREAL_PACKAGE_NAME=$BUILD_CESIUM_UNREAL_PACKAGE_NAME" >> $GITHUB_ENV
|
92 |
| - - name: Download iOS build |
93 |
| - uses: actions/download-artifact@v4 |
94 |
| - with: |
95 |
| - name: CesiumForUnreal-51-ios-${{ env.CESIUM_UNREAL_VERSION}} |
96 |
| - path: combine |
97 |
| - - name: Download macOS build |
98 |
| - uses: actions/download-artifact@v4 |
99 |
| - with: |
100 |
| - name: CesiumForUnreal-51-macos-${{ env.CESIUM_UNREAL_VERSION}} |
101 |
| - path: combine |
102 | 72 | - name: Download Android build
|
103 | 73 | uses: actions/download-artifact@v4
|
104 | 74 | with:
|
|
0 commit comments