We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd4041 commit 09cce83Copy full SHA for 09cce83
.github/workflows/release.yml
@@ -20,10 +20,9 @@ jobs:
20
shell: bash
21
run: |
22
mkdir -p ~/nvim
23
- wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz -O nvim-linux64.tar.gz
+ wget https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz -O nvim-linux64.tar.gz
24
tar -C ~/nvim -xzf nvim-linux64.tar.gz --strip-components=1
25
echo "$HOME/nvim/bin" >> $GITHUB_PATH
26
- ls -la ~/nvim/bin/
27
28
- name: Neovim version
29
run: nvim --version
0 commit comments