From c6a44c1dfac286df763dacdd1abe3525778d1442 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 20 Mar 2024 08:16:23 -0700 Subject: [PATCH] use unique names for checksums/plugin manifest these artifact names are not used anywhere in the pipeline. It appears to be there just to ensure we upload these objects to an alternative location. Signed-off-by: Matthew Fisher --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c13a14f..ad65358 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cloud + name: checksums path: checksums-${{ env.RELEASE_VERSION }}.txt - name: upload checksums to Github release @@ -190,7 +190,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cloud + name: plugin-manifest path: cloud.json - name: upload plugin manifest to release