Skip to content

Commit

Permalink
Fix nightly jenkins script
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Dec 17, 2023
1 parent bf32904 commit ef5bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_nightly_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ upload_artifact() {
readonly GH_TOKEN

echo "### Uploading artifact"
gh release upload "${tag}" "${vimr_artifact_path}"
gh release upload "neovim-nightly" "${vimr_artifact_path}"
echo "### Uploaded artifact"
}

Expand Down

0 comments on commit ef5bb93

Please sign in to comment.