Skip to content

Commit

Permalink
Incorporate release branch name in artifact bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Nov 29, 2023
1 parent 400954b commit f5d4349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5d4349

Please sign in to comment.