File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
name : scala.nupkg
37
37
- name : Publish the package to Chocolatey
38
- run : choco push scala.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
39
-
38
+ run :
39
+ choco push scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
Original file line number Diff line number Diff line change 34
34
- name : Download the 'nupkg' from GitHub Artifacts
35
35
uses : actions/download-artifact@v4
36
36
with :
37
- name : scala.nupkg
37
+ name : scala.${{inputs.version}}. nupkg
38
38
path : ${{ env.CHOCOLATEY-REPOSITORY }}
39
39
- name : Install the `scala` package with Chocolatey
40
40
run : choco install scala --source "${{ env.CHOCOLATEY-REPOSITORY }}" --pre # --pre since we might be testing non-stable releases
48
48
run : scaladoc --version
49
49
- name : Uninstall the `scala` package
50
50
run : choco uninstall scala
51
-
You can’t perform that action at this time.
0 commit comments