mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-09 06:01:04 +00:00
ci: fix choco packaging (#2111)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user