Skip to content

Commit

Permalink
🧪 Fix uploading SLSA provenance
Browse files Browse the repository at this point in the history
The job output turned out to be a directory path so its contents is
what needs to be uploaded.
  • Loading branch information
webknjaz committed Sep 10, 2024
1 parent f4bfb6a commit 5a5e590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ jobs:
dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}.sigstore.json
dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}
dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}.sigstore.json
${{ needs.slsa-provenance.outputs.provenance-name }}
${{ needs.slsa-provenance.outputs.provenance-name }}/*
artifactContentType: raw # Because whl and tgz are of different types
bodyFile: release-notes.md
discussionCategory: Announcements
Expand Down

0 comments on commit 5a5e590

Please sign in to comment.