mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 05:34:57 +02:00
ci: revert rename of chocolateyinstall template
This was causing issues with the choco workflow in another repo since the name was incorrect; I've decided to also rename the template for consistency.
This commit is contained in:
parent
c2e44c15e2
commit
97f013bccf
3
.github/workflows/deployment.yml
vendored
3
.github/workflows/deployment.yml
vendored
@ -381,7 +381,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Execute choco packaging script
|
- name: Execute choco packaging script
|
||||||
run: |
|
run: |
|
||||||
python "./deployment/windows/choco/choco_packager.py" "./release/bottom_i686-pc-windows-msvc.zip" "./release/bottom_x86_64-pc-windows-msvc.zip" ${{ env.RELEASE_VERSION }} "./deployment/windows/choco/bottom.nuspec.template" "./deployment/windows/choco/chocolatey_install.ps1.template" "bottom.nuspec" "tools/chocolatey_install.ps1" "tools/"
|
python "./deployment/windows/choco/choco_packager.py" "./release/bottom_i686-pc-windows-msvc.zip" "./release/bottom_x86_64-pc-windows-msvc.zip" ${{ env.RELEASE_VERSION }} "./deployment/windows/choco/bottom.nuspec.template" "./deployment/windows/choco/chocolateyinstall.ps1.template" "bottom.nuspec" "tools/chocolateyinstall.ps1" "tools/"
|
||||||
zip -r choco.zip "bottom.nuspec" "tools"
|
zip -r choco.zip "bottom.nuspec" "tools"
|
||||||
|
|
||||||
- name: Move release file into release directory
|
- name: Move release file into release directory
|
||||||
@ -439,6 +439,7 @@ jobs:
|
|||||||
name: ${{ env.RELEASE_VERSION }} Release
|
name: ${{ env.RELEASE_VERSION }} Release
|
||||||
body: |
|
body: |
|
||||||
<!-- Write summary here -->
|
<!-- Write summary here -->
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user