Skip to content

Commit

Permalink
Merge branch 'master' into update-neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Dec 17, 2023
2 parents 1346001 + ef5bb93 commit b94adc6
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 b94adc6

Please sign in to comment.