Skip to content

Commit a511b02

Browse files
committed
yml
1 parent 77289d9 commit a511b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-core-desktop.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
1919

2020
env:
21-
Solution_Name: Analogy.LogViewer.Sqlite.sln # Replace with your solution name, i.e. MyWpfApp.sln.
22-
Test_Project_Path: Analogy.LogViewer.Sqlite.UnitTests\Analogy.LogViewer.Sqlite.UnitTests.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
21+
Solution_Name: Analogy.LogViewer.LiteDB.sln # Replace with your solution name, i.e. MyWpfApp.sln.
22+
Test_Project_Path: Analogy.LogViewer.LiteDB.UnitTests\Analogy.LogViewer.LiteDB.UnitTests.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
2323

2424
steps:
2525
- name: Checkout
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/[email protected]
5858
with:
5959
name: 'artifactory'
60-
path: ./Analogy.LogViewer.Sqlite/bin/${{ matrix.configuration }}
60+
path: ./Analogy.LogViewer.LiteDB/bin/${{ matrix.configuration }}
6161
push-nuget:
6262
name: 'Push NuGet Packages'
6363
needs: build

0 commit comments

Comments
 (0)