Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matachi authored Jun 22, 2024
1 parent f057271 commit 793e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Pack
run: dotnet pack FluentAvalonia.FuncUI.Bindings --configuration Release
- name: NuGet push
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push FluentAvalonia.FuncUI.Bindings/bin/Release/FluentAvalonia.FuncUI.Bindings.*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 793e28c

Please sign in to comment.