From 922794cc683d69f31f85544e0ac2709c9622242c Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Mon, 30 Sep 2024 13:06:25 +1300 Subject: [PATCH] Add back missing cp --- .github/workflows/containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 81c972a81..1672b5e1f 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -50,6 +50,7 @@ jobs: # Files are packed into the base directory cp *.tgz packages/server/ cp *.tgz packages/cli/ + cp -r packages/lambda-tiler/static/ packages/server/ cp -r packages/lambda-tiler/static/ packages/cli/ - name: Log in to registry