Skip to content

Commit

Permalink
Fix wrapper publish step (#1444)
Browse files Browse the repository at this point in the history
When I originally added it, I used the wrong file name so build was failing with `Error parsing parameter '--zip-file': Unable to load paramfile fileb://opentelemetry-javawrapper-layer.zip: [Errno 2] No such file or directory: 'opentelemetry-javawrapper-layer.zip'`
  • Loading branch information
tylerbenson authored Jul 22, 2024
1 parent ab430ee commit 3869f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-layer-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- us-west-1
- us-west-2
with:
artifact-name: opentelemetry-javawrapper-layer.zip
artifact-name: opentelemetry-java-wrapper.zip
layer-name: opentelemetry-javawrapper
component-version: "--"
# architecture:
Expand Down

0 comments on commit 3869f3a

Please sign in to comment.