Skip to content

Commit

Permalink
Updated release script - removed choco artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Dec 7, 2024
1 parent 366cbd4 commit b552a33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ jobs:
- name: Build Chocolatey package
run: choco pack
working-directory: .choco

- uses: actions/upload-artifact@v4
with:
name: procgov-pkg
path: .choco\procgov.*.nupkg

- name: Release Chocolatey package
run: choco push $(Resolve-Path "procgov.*.nupkg") -s https://push.chocolatey.org/ -k "$env:CHOCO_KEY"
Expand Down

0 comments on commit b552a33

Please sign in to comment.