Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
CI: Fix create release (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Aug 7, 2023
1 parent c287727 commit c35f396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/scripts/helper.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void createRelease() {
gh release upload ${getGitTag()} "${releasePath}${darwinFileName}"
gh release upload ${getGitTag()} "${releasePath}${linuxFileName}"
gh release upload ${getGitTag()} "${releasePath}${windowsFileName}"
gh release upload ${getGitTag()} "${releasePath}${yamlInstaller}"
gh release upload ${getGitTag()} "${yamlInstaller}"
"""
}
}
Expand Down

0 comments on commit c35f396

Please sign in to comment.