Skip to content

Commit

Permalink
Update nuget_localization.windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmazzant authored Jul 2, 2022
1 parent d23e833 commit c327f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_localization.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet pack -c Release -o . src/Localization.Windows/Localization.Windows.csproj

- name: Publish on NuGet
run: dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push D:\a\Localization\Localization\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit c327f00

Please sign in to comment.