diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a67fe3a533..f47ee28bdd5 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