Skip to content

Commit 44531b0

Browse files
jbachorikzhengyu123
authored andcommitted
Fix artifact download URL
1 parent 8f6b5e2 commit 44531b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
TAG="$GITHUB_REF_NAME"
3636
fi
3737
VERSION=$(echo "${TAG}" | sed -e 's/v_//g')
38-
ASSET_URL="https://oss.sonatype.org/service/local/repositories/releases/content/com/datadoghq/ddprof/${VERSION}/ddprof-${VERSION}.jar"
38+
ASSET_URL="https://repo1.maven.org/maven2/com/datadoghq/ddprof/${VERSION}/ddprof-${VERSION}.jar"
3939
RESULT=1
4040
while [ $RESULT -ne 0 ]; do
4141
wget -q $ASSET_URL

0 commit comments

Comments
 (0)