You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Incorrect zip file name in Lambda Java release workflow (#1208) (#1210)
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.
0 commit comments