diff --git a/.github/actions/ci_xcodebuild/action.yml b/.github/actions/ci_xcodebuild/action.yml index 91f299ede..388be4453 100644 --- a/.github/actions/ci_xcodebuild/action.yml +++ b/.github/actions/ci_xcodebuild/action.yml @@ -29,13 +29,3 @@ runs: destination: "${{ inputs.xcodebuild_destination }}" action: "${{ inputs.xcodebuild_action }}" result-bundle-path: build_results.xcresult - - - uses: kishikawakatsumi/xcresulttool@v1 - name: Publish build results - with: - path: build_results.xcresult - upload-bundles: never # Permission issues with uploading - show-passed-tests: false - if: success() || failure() - # ^ This is important because the action will be run - # even if the test fails in the previous step.