We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2e381 commit a76af20Copy full SHA for a76af20
.github/workflows/publish-chocolatey.yml
@@ -36,8 +36,8 @@ jobs:
36
name: scala.nupkg
37
- name: List files recursively
38
shell: bash
39
- run: ls -R scala.nupkg
+ run: ls -R .
40
- name: Publish the package to Chocolatey
41
run:
42
- 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 }}
43
0 commit comments