Skip to content

Commit

Permalink
Fix file name typo in release/pre-release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Sep 29, 2022
1 parent 0d2ba69 commit fa5f876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release .\Serilog.Sinks.InMemory.sln
run: dotnet build --no-restore -c Release .\SerilogSinksInMemory.sln
- name: Test
run: dotnet test --no-build --verbosity normal -c Release
- name: Create NuGet package for Serilog.Sinks.InMemory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release .\Serilog.Sinks.InMemory.sln
run: dotnet build --no-restore -c Release .\SerilogSinksInMemory.sln
- name: Test
run: dotnet test --no-build --verbosity normal -c Release
- name: Create NuGet package for Serilog.Sinks.InMemory
Expand Down

0 comments on commit fa5f876

Please sign in to comment.