mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2024-12-23 01:59:40 +08:00
Update workflow for BepInEx CoreCLR build
This commit is contained in:
parent
1af20ead9f
commit
1b4657dead
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@ -36,6 +36,12 @@ jobs:
|
|||||||
name: UnityExplorer.BepInEx.IL2CPP.zip
|
name: UnityExplorer.BepInEx.IL2CPP.zip
|
||||||
path: ./Release/UnityExplorer.BepInEx.IL2CPP/
|
path: ./Release/UnityExplorer.BepInEx.IL2CPP/
|
||||||
|
|
||||||
|
# BepInEx IL2CPP CoreCLR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: UnityExplorer.BepInEx.IL2CPP.CoreCLR.zip
|
||||||
|
path: ./Release/UnityExplorer.BepInEx.IL2CPP.CoreCLR/
|
||||||
|
|
||||||
# BepInEx 5 Mono
|
# BepInEx 5 Mono
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user