Skip to content

Commit aadee3a

Browse files
committed
adding
1 parent 3f2adfa commit aadee3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codechavez.repository.pattern.postgres.nuget copy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)