We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0b5e6 commit cb253feCopy full SHA for cb253fe
.github/workflows/release-udp-exporter.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
mkdir -p validation_app
32
cd validation_app
33
- pip install ../exporters/aws-otel-otlp-udp-exporter/dist.*whl
+ pip install ../exporters/aws-otel-otlp-udp-exporter/dist/*.whl
34
35
- name: Create test script
36
working-directory: validation_app
0 commit comments