Skip to content

Commit

Permalink
Incorrect .csproj path in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reidst committed Dec 8, 2023
1 parent 5fda388 commit e761fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_iseegreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet tool install -g dotnet-ef --version 7.0.14

- name: Generate database migration bundle
run: dotnet ef migrations bundle --runtime linux-x64 -p DotNetCoreSqlDb/DotNetCoreSqlDb.csproj -o ${{env.DOTNET_ROOT}}/myapp/migrate
run: dotnet ef migrations bundle --runtime linux-x64 -p csci340-iseegreen.csproj -o ${{env.DOTNET_ROOT}}/myapp/migrate

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e761fcd

Please sign in to comment.