We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7629bfa commit 1bd4041Copy full SHA for 1bd4041
.github/workflows/release.yml
@@ -20,9 +20,10 @@ jobs:
20
shell: bash
21
run: |
22
mkdir -p ~/nvim
23
- wget -q https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz
+ wget https://github.com/neovim/neovim/releases/download/stable/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