File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 - runs-on : macos-14
2222 platform : darwin-x64
2323 triple : x86_64-apple-macosx14.0
24- source-build : true
24+ source_build : true
2525 - runs-on : macos-14
2626 platform : darwin-arm64
2727 triple : arm64-apple-macosx14.0
28- source-build : true
28+ source_build : true
2929 runs-on : ${{ matrix.runs-on }}
3030 steps :
3131 - uses : actions/checkout@v4
@@ -34,13 +34,13 @@ jobs:
3434 swift-version : " 6.2"
3535
3636 - name : Build binaries
37- if : ${{ matrix.source-build }}
37+ if : ${{ matrix.source_build }}
3838 run : |
3939 set -euo pipefail
4040 ./Resources/scripts/build-waxmcp-binaries.sh "${{ matrix.platform }}" "${{ matrix.triple }}"
4141
4242 - name : Reuse checked-in binaries
43- if : ${{ !matrix.source-build }}
43+ if : ${{ !matrix.source_build }}
4444 run : |
4545 set -euo pipefail
4646 ./Resources/scripts/build-waxmcp-binaries.sh "${{ matrix.platform }}"
5757 sha256sum -c "$PLATFORM_DIR/wax-cli.sha256"
5858 fi
5959 # Verify wax-mcp binary exists (for source builds)
60- if [[ "${{ matrix.source-build }}" == "true" ]]; then
60+ if [[ "${{ matrix.source_build }}" == "true" ]]; then
6161 test -f "$PLATFORM_DIR/wax-mcp"
6262 test -f "$PLATFORM_DIR/wax-mcp.sha256"
6363 fi
You can’t perform that action at this time.
0 commit comments