Skip to content

Commit 5e70c0b

Browse files
authored
Fix .pkg url in artifacts.json
1 parent 1a23342 commit 5e70c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/mono-mono-signing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
mono_productid=$(echo $mono_updateinfo | cut -d ' ' -f1)
203203
mono_releaseid=$(echo $mono_updateinfo | cut -d ' ' -f2)
204204
205-
jq -n --arg url "https://xamjenkinsartifact.azureedge.net/$MONO_SIGNED_PKG_DIR/$MONO_PKG_NAME" \
205+
jq -n --arg url "https://xamjenkinsartifact.azureedge.net/build-package-osx-mono/$MONO_SIGNED_PKG_DIR/$MONO_PKG_NAME" \
206206
--arg sha256 "$mono_sha" \
207207
--arg md5 "$mono_mdfive" \
208208
--arg size "$mono_size" \

0 commit comments

Comments
 (0)