From 4ca55936799fe8c8ac6bc3cb56bbff3e04d9305c Mon Sep 17 00:00:00 2001 From: Seva Safris Date: Thu, 8 Jun 2023 13:06:56 +0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61b1f84..062adf4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: CLASSIFIER="bundle" JAR="$ARTIFACT_ID-$VERSION-$CLASSIFIER.jar" - DOWNLOAD_ROOT="https://oss.sonatype.org/content/repositories/snapshots/org/openjax/xml/sax/$VERSION/" + DOWNLOAD_ROOT="https://oss.sonatype.org/content/repositories/snapshots/org/openjax/xml/$ARTIFACT_ID/$VERSION/" METADATA_XML="maven-metadata.xml" curl -s -o "$BUILD_DIR/$METADATA_XML" -z "$BUILD_DIR/$METADATA_XML" "$DOWNLOAD_ROOT$METADATA_XML"