Skip to content

Commit

Permalink
[skip ci] Try fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 10, 2024
1 parent 7e2e381 commit a76af20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
name: scala.nupkg
- name: List files recursively
shell: bash
run: ls -R scala.nupkg
run: ls -R .
- name: Publish the package to Chocolatey
run:
choco push scala.nupkg/scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
choco push scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}

0 comments on commit a76af20

Please sign in to comment.