Skip to content

Commit

Permalink
Move downloaded artifacts to appropriate location
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed May 27, 2024
1 parent 11de4c7 commit cd8e19e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-universal-neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ jobs:
TAG_NAME=${{ github.ref }}
echo "TAG_NAME=${TAG_NAME#refs/tags/}" >> $GITHUB_ENV
- name: Move downloaded artifacts
run: |
mv nvim-macos-x86_64/* .
mv nvim-macos-arm64/* .
rm -r nvim-macos-x86_64
rm -r nvim-macos-arm64
ls -la
- name: Create universal Neovim
run: ./bin/neovim/bin/build_universal_neovim.sh

Expand Down

0 comments on commit cd8e19e

Please sign in to comment.