Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-03-09 02:36:06 +0300
committerGitHub <noreply@github.com>2021-03-09 02:36:06 +0300
commit5e70c0b65b43f233799f3639c22a76f407240428 (patch)
tree14bd1b6440dedb37816c0298bdfacff49a29c6ad
parent1a23342988ee9fff8f8b39b2a8a05856172f95c3 (diff)
Fix .pkg url in artifacts.json
-rw-r--r--scripts/ci/mono-mono-signing.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/mono-mono-signing.yml b/scripts/ci/mono-mono-signing.yml
index 4accdf3bf75..b288c0b5ef8 100644
--- a/scripts/ci/mono-mono-signing.yml
+++ b/scripts/ci/mono-mono-signing.yml
@@ -202,7 +202,7 @@ jobs:
mono_productid=$(echo $mono_updateinfo | cut -d ' ' -f1)
mono_releaseid=$(echo $mono_updateinfo | cut -d ' ' -f2)
- jq -n --arg url "https://xamjenkinsartifact.azureedge.net/$MONO_SIGNED_PKG_DIR/$MONO_PKG_NAME" \
+ jq -n --arg url "https://xamjenkinsartifact.azureedge.net/build-package-osx-mono/$MONO_SIGNED_PKG_DIR/$MONO_PKG_NAME" \
--arg sha256 "$mono_sha" \
--arg md5 "$mono_mdfive" \
--arg size "$mono_size" \