Skip to content

Commit d19f913

Browse files
committed
fix: correct artifact subject-path pattern for provenance attestation
1 parent 040310f commit d19f913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Generate artifact attestation
133133
uses: actions/attest-build-provenance@v2
134134
with:
135-
subject-path: '{wheels-linux-*/*,wheels-windows-*/*,wheels-macos-*/*,sdist-artifact/*}'
135+
subject-path: 'wheels-*/* sdist-artifact/*'
136136

137137
- name: List distributions
138138
run: ls -lh .

0 commit comments

Comments
 (0)