diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index c5c2c962..c770dc6a 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -43,7 +43,7 @@ jobs: - name: Attest uses: actions/attest-build-provenance@v1 with: - subject-path: 'dist/*.{tar.gz,whl}' + subject-path: 'dist/*.tar.gz, dist/*.whl' - name: Check distribution files run: >