Skip to content

Commit

Permalink
fix building otel collector bundle in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Nov 16, 2024
1 parent db04898 commit a99285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
mv collector lambda_layer_bundle/extensions/layer
cp collector.yaml lambda_layer_bundle/
chmod +x lambda_layer_bundle/extensions/layer
(cd lambda_layer_bundle && zip -r cdk/otel_collector_layer_bundle.zip .)
(cd lambda_layer_bundle && zip -r ../cdk/otel_collector_layer_bundle.zip .)
rm -rf lambda_layer_bundle
- name: 'Setup node'
uses: actions/setup-node@v4
Expand Down

0 comments on commit a99285e

Please sign in to comment.