Skip to content

Commit

Permalink
4.x: Add Upload Staged Artifacts step to release workflow (helidon-io…
Browse files Browse the repository at this point in the history
…#1035)

* Add Upload Staged Artifacts step

* Fix copyright

* Use artifact-name/artifact-path with .github/actions/common to upload
  • Loading branch information
barchetta authored and romain-grecourt committed Oct 4, 2024
1 parent 7f529f1 commit 68dcedd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Oracle and/or its affiliates.
# Copyright (c) 2023, 2024 Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -70,4 +70,6 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
MAVEN_SETTINGS: ${{ secrets.MAVEN_SETTINGS }}
build-cache: read-only
artifact-name: io-helidon-build-tools-artifacts-${{ github.ref_name }}
artifact-path: target/nexus-staging/
run: etc/scripts/release.sh release_build

0 comments on commit 68dcedd

Please sign in to comment.