From 34f73744204f86caccebef59b4d6e264dd5949c5 Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Thu, 14 Nov 2024 08:56:35 +0100 Subject: [PATCH] updated release --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bb2cf39..d9fd840c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,9 @@ jobs: - name: Download all workflow run artifacts uses: actions/download-artifact@v4 with: - path: ./actions-artifacts + path: actions-artifacts github-token: ${{ secrets.GITHUB_TOKEN }} + merge-multiple: true continue-on-error: true - name: Create GitHub Release @@ -48,7 +49,7 @@ jobs: tag_name: ${{ inputs.tag }} name: Release ${{ inputs.tag }} generate_release_notes: true - files: ./actions-artifacts/* + files: actions-artifacts/* package-helm-chart: runs-on: ubuntu-latest