mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2024-12-22 17:47:35 +08:00
Merge branch 'master' of https://github.com/sinai-dev/UnityExplorer
This commit is contained in:
commit
1e1fb0e27b
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@ -35,6 +35,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user