From f5d4349041ee4005966745e44fdcd7643c436347 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Wed, 29 Nov 2023 12:34:18 -0800 Subject: [PATCH] Incorporate release branch name in artifact bundle name --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0911655e4d6..229774b6ea5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,6 +61,6 @@ jobs: - name: Upload Staged Artifacts uses: actions/upload-artifact@v3 with: - name: io-helidon-staged-artifacts + name: io-helidon-artifacts-${{ github.ref_name }} path: parent/target/nexus-staging/ retention-days: 90