From 563a33d1f2e1b023c78bededb065f03d46594955 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Thu, 10 Nov 2022 10:20:07 +0100 Subject: [PATCH] feat: sign pulumi binaries with cosign --- .github/workflows/ci-prepare-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-prepare-release.yml b/.github/workflows/ci-prepare-release.yml index d8adf03302d4..d0a1f5d22a05 100644 --- a/.github/workflows/ci-prepare-release.yml +++ b/.github/workflows/ci-prepare-release.yml @@ -150,8 +150,9 @@ jobs: run: | mkdir -p ./artifacts ls -la ./artifacts.tmp + ls -la ./artifacts.tmp/artifacts-signatures mv ./artifacts.tmp/artifacts-*/* ./artifacts - mv ./artifacts.tmp/artifacts-signatures/* ./artifacts + ls -la ./artifacts.tmp/artifacts-signatures - uses: ncipollo/release-action@3d2de22e3d0beab188d8129c27f103d8e91bf13a with: token: ${{ secrets.PULUMI_BOT_TOKEN }}