File tree Expand file tree Collapse file tree 5 files changed +4
-9
lines changed
Expand file tree Collapse file tree 5 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 7979 PROJECT_PATH : ${{ inputs.project_path }} # Used by commands in `common-commands` step
8080 shell : bash
8181
82- - name : List Build Directory
83- run : |
84- ls -R ${{ inputs.project_path }}/
85- shell : bash
86-
8782 # Push to GitHub packages on each commit and release
8883 - name : Push to NuGet (Nightly)
8984 if : |
Original file line number Diff line number Diff line change 3636 project_path : Rocket/Rocket.API
3737 github_token : ${{ secrets.PAT }}
3838 nuget_key : ${{ secrets.NUGET_DEPLOY_KEY }}
39- nuget_push : false
39+ nuget_push : true
Original file line number Diff line number Diff line change 3636 project_path : Rocket/Rocket.Core
3737 github_token : ${{ secrets.PAT }}
3838 nuget_key : ${{ secrets.NUGET_DEPLOY_KEY }}
39- nuget_push : false
39+ nuget_push : true
Original file line number Diff line number Diff line change 3636 project_path : Rocket.Unturned
3737 github_token : ${{ secrets.PAT }}
3838 nuget_key : ${{ secrets.NUGET_DEPLOY_KEY }}
39- nuget_push : false
39+ nuget_push : true
Original file line number Diff line number Diff line change 3737 with :
3838 project_path : Rocket.Unturned
3939 nuget_key : ${{ secrets.NUGET_DEPLOY_KEY }}
40- nuget_push : true
40+ nuget_push : false
4141 github_token : ${{ secrets.PAT }}
4242
4343 - name : Install zip
You can’t perform that action at this time.
0 commit comments