We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1022e commit a8f584cCopy full SHA for a8f584c
.github/workflows/reusable_deploy_v3_layer_stack.yml
@@ -207,7 +207,7 @@ jobs:
207
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
208
with:
209
name: cdk-layer-stack-${{ matrix.region }}-${{ matrix.python-version }}
210
- path: ./layer/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
+ path: ./layer_v3/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
211
if-no-files-found: error
212
retention-days: 1
213
- name: CDK Deploy Canary
0 commit comments