Skip to content

Commit bb45919

Browse files
authored
Update build.yml
Only publish `RLBotCS` project
1 parent b8e4fd1 commit bb45919

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
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet test
2424

2525
- name: Build
26-
run: dotnet publish -r win-x64
26+
run: dotnet publish RLBotCS -r win-x64
2727

2828
- name: Upload build artifact
2929
uses: actions/upload-artifact@v4
@@ -49,7 +49,7 @@ jobs:
4949
dotnet csharpier . --check
5050
5151
- name: Build
52-
run: dotnet publish -r linux-x64
52+
run: dotnet publish RLBotCS -r linux-x64
5353

5454
- name: Upload build artifact
5555
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)