File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ jobs:
275275 - if : fromJson(needs.prepare.outputs.push) && (needs.prepare.outputs.ref || github.ref_type == 'tag')
276276 uses : actions/attest-build-provenance@v2
277277 with :
278- subject-path : ${{ github.workspace }}/frankenphp-linux-*-gnu
278+ subject-path : ${{ github.workspace }}/gh-output/ frankenphp-linux-*-gnu
279279 - name : Run sanity checks
280280 run : |
281281 "${BINARY}" version
@@ -285,7 +285,7 @@ jobs:
285285 "${BINARY}" list-modules | grep http.handlers.mercure
286286 "${BINARY}" list-modules | grep http.handlers.vulcain
287287 env :
288- BINARY : ./frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}-gnu
288+ BINARY : ./gh-output/ frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}-gnu
289289
290290 # Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
291291 push :
You can’t perform that action at this time.
0 commit comments