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 }}