File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 run : dotnet build **/CodeChavez.Repository.Pattern.Postgres/CodeChavez.Repository.Pattern.Postgres.csproj --configuration Release
3030
3131 - name : Package
32- run : dotnet pack **/CodeChavez.Repository.Pattern.Postgres/CodeChavez.Repository.Pattern.Postgres.csproj --configuration Release --no-build --output ./artifacts2
32+ run : dotnet pack **/CodeChavez.Repository.Pattern.Postgres/CodeChavez.Repository.Pattern.Postgres.csproj --configuration Release --no-build --output ./artifacts3
3333
3434 - name : Push NuGet package
35- run : dotnet nuget push "./artifacts2 /*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
35+ run : dotnet nuget push "./artifacts3 /*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
3636 env :
3737 NUGET_AUTH_TOKEN : ${{ secrets.NUGET_API_KEY }}
You can’t perform that action at this time.
0 commit comments