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: