Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jan 23, 2024
1 parent c6b8c9f commit f013d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/choco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "PACKAGE_VERSION=$(node -p "require('./choco.json').version")" >> $env:GITHUB_ENV
- name: Choco pack
run: |
choco pack load/choco/task.nuspec
choco pack load/choco/task.nuspec --out load/choco
- name: Choco install
run: |
choco install -y task --source "'./load/choco;chocolatey'"
Expand Down

0 comments on commit f013d41

Please sign in to comment.