Fix 132 - support for chocolatey install (#144)
* fix #132 - publish chocolatey package for act * add missing files to pass validation * remove extra choco step
This commit is contained in:
parent
e60c46b79f
commit
99b5da6086
4 changed files with 80 additions and 0 deletions
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
|
|
@ -38,3 +38,8 @@ jobs:
|
|||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
|
||||
- name: Chocolatey
|
||||
uses: ./.github/actions/choco
|
||||
with:
|
||||
version: ${{ github.ref }}
|
||||
apiKey: ${{ secrets.CHOCO_APIKEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue