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"