Skip to content

Commit 10fc63c

Browse files
committed
build: remove build_connector from nightly ci
1 parent ed3cde2 commit 10fc63c

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/dotnet_nightly.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -39,34 +39,3 @@ jobs:
3939
with:
4040
name: CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR.zip
4141
path: ./Release/CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR/
42-
43-
build_connector:
44-
runs-on: windows-latest
45-
if: "!contains(github.event.head_commit.message, '-noci')"
46-
47-
steps:
48-
- name: Checkout latest
49-
uses: actions/checkout@v3
50-
with:
51-
submodules: true
52-
53-
- name: Setup C/C++
54-
uses: TheMrMilchmann/[email protected]
55-
with:
56-
arch: x64
57-
58-
# Run build script
59-
- name: Build Unity IGCS Connector
60-
run: ./build_connector.ps1
61-
62-
- name: Upload Unity IGCS Connector
63-
uses: actions/upload-artifact@v3
64-
with:
65-
name: UnityIGCSConnector.dll
66-
path: ./Release/UnityIGCSConnector.dll
67-
68-
- name: Upload Unity IGCS Connector 32bit
69-
uses: actions/upload-artifact@v3
70-
with:
71-
name: UnityIGCSConnector.32.dll
72-
path: ./Release/UnityIGCSConnector.32.dll

0 commit comments

Comments
 (0)