diff options
| author | 2025-08-19 15:13:45 -0400 | |
|---|---|---|
| committer | 2025-08-19 15:13:45 -0400 | |
| commit | c50f1a91a644c1842ba2690ae290cf0befddd61c (patch) | |
| tree | edf1f91c9d9d2df5f97b7a43dcff68eb85efafcc /.github/workflows/build.yml | |
| parent | update install script paths (diff) | |
Diffstat (limited to '.github/workflows/build.yml')
| -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 |
