Publish nuget

This commit is contained in:
Micheal Colhoun 2021-09-05 18:12:21 +01:00
parent f5fcb891e7
commit 14392ee63e

View File

@ -31,15 +31,15 @@ jobs:
with:
dotnet-version: 5.0.x
- name: Build
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore
- name: Debuging Script
run: |
echo Home: $HOME
echo SOLUTION: ${{env.SOLUTION}}
echo BUILD_CONFIG: ${{env.BUILD_CONFIG}}
#dir
- name: Build
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore
dir /s /b
- name: Publish nuget
run: dotnet nuget push "DarkUI\bin\Release\*nupkg" -s "github" -k ${{secrets.NUGET_PUBLISH}}