Skip to content

Commit

Permalink
fix(actions): build action variables
Browse files Browse the repository at this point in the history
  • Loading branch information
roeybenarieh committed Dec 9, 2023
1 parent d0a7098 commit 81c3de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_nvim_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
artifact-neovim-generated-folders:
runs-on: ubuntu-latest
env:
CONF_PATH: $HOME_PATH/.config/nvim
LOCAL_DATA_PATH: $HOME_PATH/.local/share/nvim
CONF_PATH: /home/runner/.config/nvim
LOCAL_DATA_PATH: /home/runner/.local/share/nvim
BUILD_FILE_NAME: build.tar.gz

steps:
Expand Down

0 comments on commit 81c3de9

Please sign in to comment.