Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 1b4657d

Browse files
authored
Update workflow for BepInEx CoreCLR build
1 parent 1af20ea commit 1b4657d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
with:
3636
name: UnityExplorer.BepInEx.IL2CPP.zip
3737
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/
3844

3945
# BepInEx 5 Mono
4046
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)