Skip to content

Commit

Permalink
fix paths to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent 41a1496 commit f6bd1b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- run: ./dev/ci/binaries/prepare-macos
- run: ./dev/ci/tests/binaries/prepare-macos
if: matrix.os.family == 'macos'
- run: ./dev/ci/binaries/build-${{ matrix.os.family }}
- run: ./dev/ci/tests/binaries/build-${{ matrix.os.family }}
- uses: actions/upload-artifact@v4
with:
name: binaries-${{ matrix.os.family }}-${{ matrix.arch }}
path: 'output-${{ matrix.os.family }}-${{ matrix.arch }}/**/*'
- run: ./dev/ci/binaries/test-${{ matrix.os.family }}
- run: ./dev/ci/tests/binaries/test-${{ matrix.os.family }}

0 comments on commit f6bd1b8

Please sign in to comment.