diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index fe4fece43..e9ff7bd42 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -182,7 +182,7 @@ jobs: "${BINARY}" list-modules | grep http.handlers.mercure "${BINARY}" list-modules | http.handlers.vulcain env: - BINARY: ./frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}${{ matrix.debug && '-debug' || '' }}${{ matrix.mimalloc && '-mimalloc' || '' }}" + BINARY: ./frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}${{ matrix.debug && '-debug' || '' }}${{ matrix.mimalloc && '-mimalloc' || '' }} # Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/ push: @@ -276,4 +276,4 @@ jobs: "${BINARY}" list-modules | grep http.handlers.mercure "${BINARY}" list-modules | http.handlers.vulcain env: - BINARY: ./frankenphp-mac-${{ matrix.platform }} + BINARY: dist/frankenphp-mac-${{ matrix.platform }}