File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167167 - name : Download Helm chart
168168 # Helm appends chart name to OCI path: .../chart/ocm-k8s-toolkit
169169 run : |
170+ mkdir -p "${{ runner.temp }}/assets"
170171 helm pull "oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/kubernetes/controller/chart/ocm-k8s-toolkit" \
171172 --version "${{ needs.prepare.outputs.new_version }}" \
172173 --destination "${{ runner.temp }}/assets"
@@ -409,6 +410,7 @@ jobs:
409410 - name : Download final chart
410411 # Downloads newly published final chart version
411412 run : |
413+ mkdir -p "${{ runner.temp }}/assets"
412414 helm pull "oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/kubernetes/controller/chart/ocm-k8s-toolkit" \
413415 --version "${{ needs.prepare.outputs.promotion_version }}" \
414416 --destination "${{ runner.temp }}/assets"
You can’t perform that action at this time.
0 commit comments