Skip to content

Commit 4308746

Browse files
committed
fix x-ray daemon setup in workflow
1 parent 6461653 commit 4308746

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
# Download X-Ray daemon
3232
wget https://s3.us-east-2.amazonaws.com/aws-xray-assets.us-east-2/xray-daemon/aws-xray-daemon-linux-3.x.zip
33-
unzip aws-xray-daemon-linux-3.x.zip
33+
unzip -o aws-xray-daemon-linux-3.x.zip
3434
3535
# Create config file
3636
echo '{

0 commit comments

Comments
 (0)