We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec1c03 commit 7f84229Copy full SHA for 7f84229
1 file changed
.github/workflows/layers_partitions_deploy.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Store Metadata - ${{ matrix.region }}
118
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
119
with:
120
- name: AWSLambdaPowertoolsTypeScriptV2-${{ matrix.region }}.json
+ name: AWSLambdaPowertoolsTypeScriptV2-${{ matrix.region }}-${{ inputs.environment }}.json
121
path: AWSLambdaPowertoolsTypeScriptV2-${{ matrix.region }}.json
122
retention-days: 1
123
if-no-files-found: error
0 commit comments