File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments