ci: fix choco packaging (#2111)

This commit is contained in:
Clement Tsang
2026-06-27 18:25:59 -04:00
committed by GitHub
parent a0e2de6333
commit bd7cfe4b39
+2
View File
@@ -79,6 +79,8 @@ jobs:
- name: Execute choco packaging script
run: |
# Do not include the tools folder
rm -rf tools/
python "./scripts/windows/choco/choco_packager.py" "./release/bottom_x86_64-pc-windows-msvc.zip" ${{ env.RELEASE_VERSION }} "./scripts/windows/choco/bottom.nuspec.template" "./scripts/windows/choco/chocolateyinstall.ps1.template" "bottom.nuspec" "tools/chocolateyinstall.ps1" "tools/"
zip -r choco.zip "bottom.nuspec" "tools"