From c45f184e51f69a513a2cd6818bbffaea756c6301 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 9 Apr 2024 16:49:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Upload=20Sigstore=20bundles=20to?= =?UTF-8?q?=20GitHub=20Releases=20@=20CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0934dfc51c..cfeff89c89 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1441,11 +1441,9 @@ jobs: artifactErrorsFailBuild: false artifacts: | dist/${{ needs.pre-setup.outputs.sdist-artifact-name }} - dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}.crt - dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}.sig + dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}.sigstore dist/${{ needs.pre-setup.outputs.wheel-artifact-name }} - dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}.crt - dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}.sig + dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}.sigstore artifactContentType: raw # Because whl and tgz are of different types bodyFile: release-notes.md discussionCategory: Announcements