We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1bf8c commit dadd9a5Copy full SHA for dadd9a5
.github/workflows/build.yml
@@ -139,7 +139,7 @@ jobs:
139
- name: Upload artifact
140
uses: actions/upload-artifact@v4
141
with:
142
- name: ${{ matrix.version }}-clusterimagecatalog.yaml
+ name: ${{ matrix.version }}-clusterimagecatalog
143
path: ${{ matrix.version }}.yaml
144
145
image-catalog:
@@ -155,7 +155,7 @@ jobs:
155
- name: Download artifacts
156
uses: actions/download-artifact@v4
157
158
- pattern: '*-clusterimagecatalog.yaml'
+ pattern: '*-clusterimagecatalog'
159
path: clusterimagecatalog
160
merge-multiple: true
161
0 commit comments