Skip to content

Commit 5d4e11e

Browse files
committed
Update Jenkinsfile
1 parent b90d66e commit 5d4e11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pipeline {
9898
-H "Authorization: Bearer \$GITHUB_BOT_TOKEN" \
9999
-H "Content-Type: application/octet-stream" \
100100
--data-binary @${fileName} \
101-
"https://uploads.github.com/repos/${repo}/releases/${releaseId}/assets?name=${fileName}"
101+
"https://uploads.github.com/repos/${repo}/releases/${releaseId}/assets?name=aspect-model-editor-v${env.version}-win.exe"
102102
"""
103103

104104
sh """

0 commit comments

Comments
 (0)