Skip to content

Commit

Permalink
Fix nupkg path
Browse files Browse the repository at this point in the history
  • Loading branch information
glautrou authored Jan 13, 2021
1 parent 995d01c commit 39dbec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PushToNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build NuGet Package
run: dotnet pack ./src/EfCoreTemporalTable.csproj --configuration Release -o NuGetPackages
- name: Deploy NuGet Package
run: dotnet nuget push ./src/NuGetPackages/EfCoreTemporalTable.1.0.4.nupkg -k ${{ secrets.NUGET_DEPLOY_KEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push ./NuGetPackages/EfCoreTemporalTable.1.0.4.nupkg -k ${{ secrets.NUGET_DEPLOY_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit 39dbec3

Please sign in to comment.