Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 21, 2024
1 parent fd11d40 commit 146235a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -276,4 +276,4 @@ jobs:
"${BINARY}" list-modules | grep http.handlers.mercure
"${BINARY}" list-modules | http.handlers.vulcain
env:
BINARY: dist/frankenphp-mac-${{ matrix.platform }}
BINARY: ./frankenphp-mac-${{ matrix.platform }}

0 comments on commit 146235a

Please sign in to comment.