Skip to content

Commit 3e52ebf

Browse files
committed
Fix release build
1 parent 84d782c commit 3e52ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout sources
1818
uses: actions/checkout@v5
1919
- name: Verify quality
20-
run: dotnet test code/Eshva.Caching.Nats.slnx --configuration Release --logger:"xunit;LogFilePath=test_result.xml" --results-directory .
20+
run: dotnet test code/Eshva.Testing.OutOfProcessDeployments.Nats.slnx --configuration Release --logger:"xunit;LogFilePath=test_result.xml" --results-directory .
2121
- name: Publish test results
2222
uses: EnricoMi/publish-unit-test-result-action@v2
2323
with:
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
user: ${{ secrets.NUGET_USER }}
5353
- name: Publish the NuGet-package to nuget.org
54-
run: dotnet nuget push Eshva.Caching.Nats.${VERSION}.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
54+
run: dotnet nuget push Eshva.Testing.OutOfProcessDeployments.Nats.${VERSION}.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)