Skip to content

Commit 93440a7

Browse files
authored
Add region to artifact name (#1110)
*Issue #, if available:* Lambda layer release is currently failing due to a bug. Fix from this PR: https://github.com/aws-observability/aws-otel-dotnet-instrumentation/pull/170/files By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 125cfb9 commit 93440a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
if: ${{ success() }}
142142
uses: actions/upload-artifact@v4
143143
with:
144-
name: ${{ env.LAYER_NAME }}
144+
name: ${{ env.LAYER_NAME }}-${{ matrix.aws_region }}
145145
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
146146

147147
- name: clean s3

0 commit comments

Comments
 (0)