mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-01 22:59:27 +03:00
Publish nuget
This commit is contained in:
parent
0bc6f678b9
commit
dcc43484de
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
@ -38,5 +38,10 @@ jobs:
|
||||
echo BUILD_CONFIG: ${{env.BUILD_CONFIG}}
|
||||
#dir
|
||||
|
||||
- name: Build Config
|
||||
- name: Build
|
||||
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore
|
||||
|
||||
- name: Publish nuget
|
||||
run: dotnet nuget push "DarkUI\bin\Release\*nupkg" -k {GITHUB_TOKEN} -s "github"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.NUGET_PUBLISH }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user