Skip to content

Commit a752aaf

Browse files
committed
fix: index template packing
1 parent 458459f commit a752aaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
- name: Copy manifest to output directory
9393
working-directory: .
9494
run: cp ./platform/constants/manifest.yaml ./kubernetes-plugin/
95+
- name: Copy index templates folder to output directory
96+
working-directory: .
97+
run: cp -r ./platform/index-templates ./kubernetes-plugin/
9598
- name: Pack output
9699
working-directory: .
97100
run: |

0 commit comments

Comments
 (0)