Skip to content

Commit

Permalink
Fix paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jun 30, 2024
1 parent a157fbc commit 48eaf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,9 @@ jobs:

- name: Package the tests for the x86_64 macOS-12 worker
if: matrix.architecture == 'x86_64'
working-directory: ${{ steps.build_paths.outputs.BINARY }}
working-directory: ${{ steps.build_paths.outputs.BINARY }}/../
run: |
( cd workspace && ${{ steps.build_paths.outputs.SOURCE }}/tools/ci/scripts/macos/package_tests.sh build 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'
Expand Down

0 comments on commit 48eaf87

Please sign in to comment.