We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a23342 commit 5e70c0bCopy full SHA for 5e70c0b
scripts/ci/mono-mono-signing.yml
@@ -202,7 +202,7 @@ jobs:
202
mono_productid=$(echo $mono_updateinfo | cut -d ' ' -f1)
203
mono_releaseid=$(echo $mono_updateinfo | cut -d ' ' -f2)
204
205
- 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" \
206
--arg sha256 "$mono_sha" \
207
--arg md5 "$mono_mdfive" \
208
--arg size "$mono_size" \
0 commit comments