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 7ca058d commit 943eb4bCopy full SHA for 943eb4b
.github/workflows/build.yml
@@ -48,8 +48,9 @@ env:
48
${{ github.workspace }}/packages/ember/*.d.ts
49
${{ github.workspace }}/packages/gatsby/*.d.ts
50
51
+ # Avoid '*' here: upload-artifact flattens paths after the first wildcard (drops the packages/ prefix).
52
CACHED_BUILD_LAYER_PATHS: |
- ${{ github.workspace }}/packages/*/build/aws
53
+ ${{ github.workspace }}/packages/aws-serverless/build/aws
54
55
BUILD_CACHE_TARBALL_KEY: tarball-${{ github.event.inputs.commit || github.sha }}
56
0 commit comments