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