Skip to content

Commit

Permalink
CI: last fixes for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jun 26, 2022
1 parent 4f7139a commit f96af90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Push TDLib to NuGet
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: dotnet nuget push ./TDLib/bin/Release/TDLib.${{ steps.version.outputs.version }}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY_TDLIB }}
run: dotnet nuget push ./TdLib/bin/Release/TDLib.${{ steps.version.outputs.version }}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY_TDLIB }}
- name: Push TDLib.Api to NuGet
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: dotnet nuget push ./TDLib.Api/bin/Release/TDLib.Api.${{ steps.version.outputs.version }}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY_TDLIB_API }}
run: dotnet nuget push ./TdLib.Api/bin/Release/TDLib.Api.${{ steps.version.outputs.version }}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY_TDLIB_API }}

0 comments on commit f96af90

Please sign in to comment.