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

Commit 1e1fb0e

Browse files
committed
2 parents 6b8a7d9 + 1b4657d commit 1e1fb0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dotnet.yml

+6
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)