summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-12-19 13:56:54 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2021-12-19 13:56:57 -0500
commit97f013bccf6e67e5100952ad51ca8b76a7c4a890 (patch)
tree29b404a39f34ef3f47e44629723ebe3a76bc69ef /.github
parentc2e44c15e2e06e1b7083276a2e05bba025effc23 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deployment.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 2c7ea041..9e0d2c87 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -381,7 +381,7 @@ jobs:
- name: Execute choco packaging script
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"
- name: Move release file into release directory
@@ -439,6 +439,7 @@ jobs:
name: ${{ env.RELEASE_VERSION }} Release
body: |
<!-- Write summary here -->
+
---
## Features