Skip to content

Commit 93535cc

Browse files
committed
Fix build.
1 parent 68d53e0 commit 93535cc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/post-push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
workflow_dispatch:
66
push:
77
paths:
8-
- '**.cs'
9-
- '**.csproj'
8+
- 'MailSort.csproj'
109
branches:
1110
- master
1211

@@ -21,7 +20,7 @@ jobs:
2120
- name: Setup .NET Core SDK
2221
uses: actions/setup-dotnet@v3
2322
with:
24-
global-json-file: csharp/global.json
23+
global-json-file: global.json
2524

2625
- name: Build project
2726
run: dotnet build

0 commit comments

Comments
 (0)