Commit eb6af1d
committed
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 d236d79 commit eb6af1d
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
0 commit comments