Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby authored Jun 8, 2024
1 parent 9cc1357 commit 10b713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
nuget-version: 'latest'
- run: pwsh ./build-nuget.ps1
- run: nuget push -src "https://www.nuget.org/api/v2/package" $(find . -name "*ProjectTemplates*.nupkg")
- run: nuget push -src "https://www.nuget.org/api/v2/package" nupkg/DisCatSharp.ProjectTemplates.*
shell: pwsh

0 comments on commit 10b713e

Please sign in to comment.