Skip to content

Commit a76af20

Browse files
committed
[skip ci] Try fix workflow
1 parent 7e2e381 commit a76af20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-chocolatey.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
name: scala.nupkg
3737
- name: List files recursively
3838
shell: bash
39-
run: ls -R scala.nupkg
39+
run: ls -R .
4040
- name: Publish the package to Chocolatey
4141
run:
42-
choco push scala.nupkg/scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
42+
choco push scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
4343

0 commit comments

Comments
 (0)