Skip to content

Commit

Permalink
Do not append arch
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed May 27, 2024
1 parent dbd658f commit 9a73f4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-universal-neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Build neovim
run: clean=true ./bin/neovim/bin/build_neovim.sh

- name: Append arch to artifact
run: mv Neovim/build/nvim-macos.tar.gz Neovim/build/nvim-macos-${{ matrix.arch }}.tar.gz

- uses: actions/upload-artifact@v4
with:
name: nvim-macos-${{ matrix.arch }}
Expand Down

0 comments on commit 9a73f4a

Please sign in to comment.