mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Fix attest path to Python distribution files
Error: Could not find subject at path dist/*.{tar.gz,whl}
This commit is contained in:
parent
58507e9d77
commit
cea3a84e8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-files.yml
vendored
2
.github/workflows/release-files.yml
vendored
|
|
@ -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: >
|
||||
|
|
|
|||
Loading…
Reference in a new issue