Skip to content

Commit 3ac241a

Browse files
Fix path
1 parent 382922b commit 3ac241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet restore
4646

4747
- name: Build
48-
run: dotnet build --no-restore -c Release .\Serilog.Enrichers.Sensitive.sln
48+
run: dotnet build --no-restore -c Release ./Serilog.Enrichers.Sensitive.sln
4949

5050
- name: Test
5151
run: dotnet test --no-build --verbosity normal -c Release

0 commit comments

Comments
 (0)