Skip to content

Commit 040310f

Browse files
committed
fix: update artifact attestation path to match platform-specific upload names
1 parent 5dbddce commit 040310f

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-*/*,sdist-artifact/*}'
135+
subject-path: '{wheels-linux-*/*,wheels-windows-*/*,wheels-macos-*/*,sdist-artifact/*}'
136136

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

0 commit comments

Comments
 (0)