Skip to content

Commit

Permalink
Create paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jun 30, 2024
1 parent 48eaf87 commit 3bb8146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,14 +797,15 @@ 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
if: matrix.architecture == 'x86_64'
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.
Expand Down

0 comments on commit 3bb8146

Please sign in to comment.