Skip to content

Commit

Permalink
use specific path for each matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Sekili <[email protected]>
  • Loading branch information
buraksekili committed Dec 13, 2024
1 parent 0d42a87 commit 36e8e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ env.CHART_ARTIFACT_NAME }}
path: "./"
path: "${{ matrix.chart }}"

- name: Set up Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 36e8e82

Please sign in to comment.