We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90d66e commit 5d4e11eCopy full SHA for 5d4e11e
.jenkins/Jenkinsfile
@@ -98,7 +98,7 @@ pipeline {
98
-H "Authorization: Bearer \$GITHUB_BOT_TOKEN" \
99
-H "Content-Type: application/octet-stream" \
100
--data-binary @${fileName} \
101
- "https://uploads.github.com/repos/${repo}/releases/${releaseId}/assets?name=${fileName}"
+ "https://uploads.github.com/repos/${repo}/releases/${releaseId}/assets?name=aspect-model-editor-v${env.version}-win.exe"
102
"""
103
104
sh """
0 commit comments