Skip to content

Commit 7f84229

Browse files
authored
improv(ci): Added environment suffix to prevent artefact name conflict (#4921)
1 parent 1ec1c03 commit 7f84229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/layers_partitions_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Store Metadata - ${{ matrix.region }}
118118
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
119119
with:
120-
name: AWSLambdaPowertoolsTypeScriptV2-${{ matrix.region }}.json
120+
name: AWSLambdaPowertoolsTypeScriptV2-${{ matrix.region }}-${{ inputs.environment }}.json
121121
path: AWSLambdaPowertoolsTypeScriptV2-${{ matrix.region }}.json
122122
retention-days: 1
123123
if-no-files-found: error

0 commit comments

Comments
 (0)