Commit 83edc98
authored
Fix: Incorrect zip file name in Lambda Java release workflow (#1208)
Problem:
The Lambda Java layer release fails because the workflow uses the wrong
artifact (layer zip file) name.
https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/17867947751
Solution:
Rename aws-opentelemetry-java-layer.zip to layer.zip.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent d833e88 commit 83edc98
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
217 | 220 | | |
218 | 221 | | |
219 | 222 | | |
| |||
0 commit comments