Skip to content

Commit 0fef618

Browse files
authored
Merge branch 'main' into sigv4_app_signals
2 parents 32fbafe + cd9c612 commit 0fef618

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-lambda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ jobs:
186186
uses: actions/download-artifact@v4
187187
with:
188188
name: layer.zip
189+
- name: Rename layer file
190+
run: |
191+
cp aws-opentelemetry-python-layer.zip layer.zip
189192
- name: Get commit hash
190193
id: commit
191194
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)