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
dcc43484de
commit
f5fcb891e7
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -42,6 +42,4 @@ jobs:
|
||||
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 }}
|
||||
run: dotnet nuget push "DarkUI\bin\Release\*nupkg" -s "github" -k ${{secrets.NUGET_PUBLISH}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user