Skip to content

Commit a8f584c

Browse files
authoredSep 23, 2024··
chore(ci): fix working-directory in v3 layer pipeline (#5199)
Fix workdir
1 parent fc1022e commit a8f584c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/reusable_deploy_v3_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
208208
with:
209209
name: cdk-layer-stack-${{ matrix.region }}-${{ matrix.python-version }}
210-
path: ./layer/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
210+
path: ./layer_v3/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
211211
if-no-files-found: error
212212
retention-days: 1
213213
- name: CDK Deploy Canary

0 commit comments

Comments
 (0)
Please sign in to comment.