diff --git a/.github/workflows/mister-ed-test-app.yml b/.github/workflows/mister-ed-test-app.yml index 87f63aa..53613ca 100644 --- a/.github/workflows/mister-ed-test-app.yml +++ b/.github/workflows/mister-ed-test-app.yml @@ -64,4 +64,4 @@ jobs: run: | dotnet tool install --global dotnet-ef dotnet tool restore - dotnet ef database update -p DotNetCoreSqlDb/DotNetCoreSqlDb.csproj --connection '${{ secrets.DBConnection }}' + dotnet ef database update -p DotNetCoreSqlDb.sln --connection '${{ secrets.DBConnection }}'