Skip to content

Commit dadd9a5

Browse files
committed
chore: minor fix
Signed-off-by: Niccolò Fei <[email protected]>
1 parent dc1bf8c commit dadd9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Upload artifact
140140
uses: actions/upload-artifact@v4
141141
with:
142-
name: ${{ matrix.version }}-clusterimagecatalog.yaml
142+
name: ${{ matrix.version }}-clusterimagecatalog
143143
path: ${{ matrix.version }}.yaml
144144

145145
image-catalog:
@@ -155,7 +155,7 @@ jobs:
155155
- name: Download artifacts
156156
uses: actions/download-artifact@v4
157157
with:
158-
pattern: '*-clusterimagecatalog.yaml'
158+
pattern: '*-clusterimagecatalog'
159159
path: clusterimagecatalog
160160
merge-multiple: true
161161

0 commit comments

Comments
 (0)