Skip to content

Commit e6510bc

Browse files
committed
update the last two steps to use the gh-output directory
1 parent 67e65f0 commit e6510bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)