Skip to content

Commit aa48c15

Browse files
Merge pull request #128 from element-hq/gaelg/fix-releasing
releasing: fix download artifact path
2 parents d953691 + 5a77bf1 commit aa48c15

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)