Skip to content

Commit

Permalink
correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 15, 2021
1 parent 35660b6 commit ce97b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-choco.yml
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: chocolatey ...
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
args: install chocolatey\altair-graphql.4.0.11.nupkg
args: install altair-graphql.4.0.11.nupkg
- name: chocolatey push
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
args: push chocolatey\altair-graphql.4.0.11.nupkg -s https://push.chocolatey.org/ -k="'123-123123-123'"
args: push altair-graphql.4.0.11.nupkg -s https://push.chocolatey.org/ -k="'123-123123-123'"

0 comments on commit ce97b41

Please sign in to comment.