diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index 50b8532d19c..eff9f1b71a7 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -797,6 +797,7 @@ jobs: if: matrix.architecture == 'x86_64' working-directory: ${{ steps.build_paths.outputs.BINARY }}/../ run: | + mkdir macos_tests_${{ matrix.build_type }} ${{ steps.build_paths.outputs.SOURCE }}/tools/ci/scripts/macos/package_tests.sh build macos_tests_${{ matrix.build_type }} - name: Store the packaged tests for the x86_64 macOS-12 worker @@ -804,7 +805,7 @@ jobs: uses: actions/upload-artifact@v1 with: name: macos_tests_${{ matrix.build_type }} - path: ${{ steps.build_paths.outputs.BINARY }}/macos_tests_${{ matrix.build_type }}.tar.gz + path: ${{ steps.build_paths.outputs.BINARY }}/../macos_tests_${{ matrix.build_type }}.tar.gz # Before we terminate this job, delete the build folder. The cache # actions will require the disk space to create the archives.