Skip to content

Commit 26a50d9

Browse files
committed
Changed dotnet build path
1 parent f1113b9 commit 26a50d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: '2.1'
16+
dotnet-version: '2.1.x'
1717
- name: Box2D Build
18-
run: dotnet build src/ -c Release
18+
run: dotnet build src/box2dx/Box2D.NetStandard -c Release

0 commit comments

Comments
 (0)