From da29f0a787a529042bfc2ef0653c3a81c2d3f4db Mon Sep 17 00:00:00 2001 From: ebugusey Date: Fri, 3 Jul 2026 16:58:36 +0400 Subject: [PATCH] feat: add ya completions to Windows package --- .github/workflows/draft.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index ec5aa5d0..b7d3f41b 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -100,6 +100,7 @@ jobs: New-Item -ItemType Directory -Path ${env:TARGET_NAME} Copy-Item -Path "target\${{ matrix.target }}\release-windows\ya.exe" -Destination ${env:TARGET_NAME} Copy-Item -Path "target\${{ matrix.target }}\release-windows\yazi.exe" -Destination ${env:TARGET_NAME} + Copy-Item -Path "yazi-cli\completions" -Destination ${env:TARGET_NAME} -Recurse Copy-Item -Path "yazi-boot\completions" -Destination ${env:TARGET_NAME} -Recurse Copy-Item -Path "README.md", "LICENSE" -Destination ${env:TARGET_NAME} Compress-Archive -Path ${env:TARGET_NAME} -DestinationPath "${env:TARGET_NAME}.zip"