We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b8a7d9 + 1b4657d commit 1e1fb0eCopy full SHA for 1e1fb0e
.github/workflows/dotnet.yml
@@ -35,6 +35,12 @@ jobs:
35
with:
36
name: UnityExplorer.BepInEx.IL2CPP.zip
37
path: ./Release/UnityExplorer.BepInEx.IL2CPP/
38
+
39
+ # BepInEx IL2CPP CoreCLR
40
+ - uses: actions/upload-artifact@v2
41
+ with:
42
+ name: UnityExplorer.BepInEx.IL2CPP.CoreCLR.zip
43
+ path: ./Release/UnityExplorer.BepInEx.IL2CPP.CoreCLR/
44
45
# BepInEx 5 Mono
46
- uses: actions/upload-artifact@v2
0 commit comments