diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03ef115ec..472efec05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1015,15 +1015,15 @@ jobs: with: name: CesiumForUnreal-53-windows-${{ env.CESIUM_UNREAL_VERSION}} path: combine - - name: Unreal Marketplace Workaround - run: | - # The UE Marketplace deletes our Intermediates directory and fails to produces new - # intermediates for the Linux platform. The Marketplace team has suggested we copy - # them to the LinuxIntermediate directory instead, as a workaround. Users still have - # to move these files to the correct place manually, though, in order for Linux builds - # to succeed. - mkdir -p combine/CesiumForUnreal/LinuxIntermediate/Build/Linux - cp -r combine/CesiumForUnreal/Intermediate/Build/Linux/* combine/CesiumForUnreal/LinuxIntermediate/Build/Linux + # - name: Unreal Marketplace Workaround + # run: | + # # The UE Marketplace deletes our Intermediates directory and fails to produces new + # # intermediates for the Linux platform. The Marketplace team has suggested we copy + # # them to the LinuxIntermediate directory instead, as a workaround. Users still have + # # to move these files to the correct place manually, though, in order for Linux builds + # # to succeed. + # mkdir -p combine/CesiumForUnreal/LinuxIntermediate/Build/Linux + # cp -r combine/CesiumForUnreal/Intermediate/Build/Linux/* combine/CesiumForUnreal/LinuxIntermediate/Build/Linux - name: Publish combined package artifact if: ${{ success() }} uses: actions/upload-artifact@v3