Skip to content

Commit dcc5822

Browse files
committed
Rename build to box2d build
1 parent 5293896 commit dcc5822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml renamed to .github/workflows/box2d-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Box2D Build
22

33
on:
44
push:
@@ -20,5 +20,5 @@ jobs:
2020
uses: actions/setup-dotnet@v1
2121
with:
2222
dotnet-version: "5.0.x"
23-
- name: Box2D Build
23+
- name: Build
2424
run: dotnet build src/ -c Release

0 commit comments

Comments
 (0)