Skip to content

Commit

Permalink
fix pack release step
Browse files Browse the repository at this point in the history
  • Loading branch information
marianina8 committed May 21, 2024
1 parent 2ef94f8 commit c08cd32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
with:
args: install chocolatey --version=1.2.1 --allow-downgrade -y -r --no-progress
- name: Pack Release
run: choco pack choco/timetravel.nuspec --outputdirectory
choco/timetravel
run: choco pack choco/timetravel.nuspec --outputdirectory choco/timetravel
- name: Choco Upgrade
uses: crazy-max/ghaction-chocolatey@v3
with:
Expand Down

0 comments on commit c08cd32

Please sign in to comment.