Skip to content

Commit 1c39078

Browse files
committed
feat: fix unzipping nri-docker
1 parent 595b65e commit 1c39078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_oci_artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
URL="https://download.newrelic.com/infrastructure_agent/binaries/linux/${{ matrix.arch }}/nri-docker_linux_${{ env.NRI_DOCKER_VERSION }}_${{ matrix.arch }}.tar.gz"
7070
echo $URL
7171
curl -L -o nri-docker.tar.gz "$URL"
72-
tar -xzf nri-docker.tar.gz --strip-components=6 -C integrations '*/nri-docker'
72+
tar -xzf nri-docker.tar.gz --strip-components=6 -C integrations
7373
rm nri-docker.tar.gz
7474
fi
7575

0 commit comments

Comments
 (0)