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 6461653 commit 4308746Copy full SHA for 4308746
.github/workflows/release-udp-exporter.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
# Download X-Ray daemon
32
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
+ unzip -o aws-xray-daemon-linux-3.x.zip
34
35
# Create config file
36
echo '{
0 commit comments