Skip to content

Commit cb253fe

Browse files
committed
fix wheel file
1 parent 2c0b5e6 commit cb253fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
mkdir -p validation_app
3232
cd validation_app
33-
pip install ../exporters/aws-otel-otlp-udp-exporter/dist.*whl
33+
pip install ../exporters/aws-otel-otlp-udp-exporter/dist/*.whl
3434
3535
- name: Create test script
3636
working-directory: validation_app

0 commit comments

Comments
 (0)