From fc1e13139c4cfcdd828dedd187f8d02b80fa255f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 14 Nov 2024 03:56:29 +0100 Subject: [PATCH] Let's have a look --- .github/workflows/verify-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/verify-release.yml b/.github/workflows/verify-release.yml index a2f74d63cb..93225df59f 100644 --- a/.github/workflows/verify-release.yml +++ b/.github/workflows/verify-release.yml @@ -289,6 +289,9 @@ jobs: - name: Install run: phive install ${{ matrix.pharfile }} --copy --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 + - name: List files + run: ls -R + - name: Verify attestation of the PHAR file run: gh attestation verify ./tools/${{ matrix.pharfile }}.phar -o PHPCSStandards env: