Skip to content

Commit

Permalink
Rename artifact appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed May 27, 2024
1 parent 6445f55 commit d9cc1da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-universal-neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ 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 d9cc1da

Please sign in to comment.