diff options
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36cee10..e6ce2b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,8 @@ jobs: - name: Install shell program run: | - if [ ! -d ~/.lush ]; then - cp -rf ./.lush ~/ + if [ ! -d ~/.config/lush ]; then + cp -rf ./lush ~/.config/ fi sudo cp ./bin/Debug/lush/lush /usr/bin/lush.new |
