From 76de3811167d9e3d8c7804ed4f3fddaaddc3326b Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Thu, 14 Nov 2024 08:20:32 +0100 Subject: [PATCH] COSI-43: Add-helm-packages-in-release --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf25f79a..02d5cb6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,10 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4 + - name: Download all workflow run artifacts + uses: actions/download-artifact@v4 + with: + path: ./actions-artifacts - name: Create GitHub Release uses: softprops/action-gh-release@v2 @@ -41,6 +45,7 @@ jobs: tag_name: ${{ inputs.tag }} name: Release ${{ inputs.tag }} generate_release_notes: true + files: ./actions-artifacts/* package-helm-chart: runs-on: ubuntu-latest