Skip to content

Commit 5a77bf1

Browse files
releasing: fix download artifact path
1 parent d953691 commit 5a77bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/download-artifact@v4
115115
with:
116116
name: helm-package
117-
path: charts/matrix-stack/
117+
path: ./
118118

119119
- name: Calculate versions
120120
id: versions

0 commit comments

Comments
 (0)