Skip to content

Commit 943eb4b

Browse files
committed
fix path
1 parent 7ca058d commit 943eb4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ env:
4848
${{ github.workspace }}/packages/ember/*.d.ts
4949
${{ github.workspace }}/packages/gatsby/*.d.ts
5050
51+
# Avoid '*' here: upload-artifact flattens paths after the first wildcard (drops the packages/ prefix).
5152
CACHED_BUILD_LAYER_PATHS: |
52-
${{ github.workspace }}/packages/*/build/aws
53+
${{ github.workspace }}/packages/aws-serverless/build/aws
5354
5455
BUILD_CACHE_TARBALL_KEY: tarball-${{ github.event.inputs.commit || github.sha }}
5556

0 commit comments

Comments
 (0)