mirror of
https://github.com/originalnicodr/CinematicUnityExplorer.git
synced 2025-07-18 17:38:01 +08:00
Added favourite button to the animators panel, and fixed the nightly build deployment.
This commit is contained in:
52
.github/workflows/dotnet.yml
vendored
52
.github/workflows/dotnet.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build UnityExplorer
|
||||
name: Build CinematicUnityExplorer
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
@ -31,77 +31,77 @@ jobs:
|
||||
- name: Upload BepInEx.IL2CPP
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.BepInEx.IL2CPP.zip
|
||||
path: ./Release/UnityExplorer.BepInEx.IL2CPP/
|
||||
name: CinematicUnityExplorer.BepInEx.IL2CPP.zip
|
||||
path: ./Release/CinematicUnityExplorer.BepInEx.IL2CPP/
|
||||
|
||||
- name: Upload BepInEx.IL2CPP.CoreCLR
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.BepInEx.IL2CPP.CoreCLR.zip
|
||||
path: ./Release/UnityExplorer.BepInEx.IL2CPP.CoreCLR/
|
||||
name: CinematicUnityExplorer.BepInEx.IL2CPP.CoreCLR.zip
|
||||
path: ./Release/CinematicUnityExplorer.BepInEx.IL2CPP.CoreCLR/
|
||||
|
||||
- name: Upload BepInEx.Unity.IL2CPP.CoreCLR
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR.zip
|
||||
path: ./Release/UnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR/
|
||||
name: CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR.zip
|
||||
path: ./Release/CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR/
|
||||
|
||||
- name: Upload BepInEx5.Mono
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.BepInEx5.Mono.zip
|
||||
path: ./Release/UnityExplorer.BepInEx5.Mono/
|
||||
name: CinematicUnityExplorer.BepInEx5.Mono.zip
|
||||
path: ./Release/CinematicUnityExplorer.BepInEx5.Mono/
|
||||
|
||||
- name: Upload BepInEx6.Mono
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.BepInEx6.Mono.zip
|
||||
path: ./Release/UnityExplorer.BepInEx6.Mono/
|
||||
name: CinematicUnityExplorer.BepInEx6.Mono.zip
|
||||
path: ./Release/CinematicUnityExplorer.BepInEx6.Mono/
|
||||
|
||||
- name: Upload BepInEx6.Unity.Mono
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.BepInEx6.Unity.Mono.zip
|
||||
path: ./Release/UnityExplorer.BepInEx6.Unity.Mono/
|
||||
name: CinematicUnityExplorer.BepInEx6.Unity.Mono.zip
|
||||
path: ./Release/CinematicUnityExplorer.BepInEx6.Unity.Mono/
|
||||
|
||||
- name: Upload MelonLoader.IL2CPP
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.MelonLoader.IL2CPP.zip
|
||||
path: ./Release/UnityExplorer.MelonLoader.IL2CPP/
|
||||
name: CinematicUnityExplorer.MelonLoader.IL2CPP.zip
|
||||
path: ./Release/CinematicUnityExplorer.MelonLoader.IL2CPP/
|
||||
|
||||
- name: Upload MelonLoader.IL2CPP.net6preview
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.MelonLoader.IL2CPP.net6preview.zip
|
||||
path: ./Release/UnityExplorer.MelonLoader.IL2CPP.net6preview/
|
||||
name: CinematicUnityExplorer.MelonLoader.IL2CPP.net6preview.zip
|
||||
path: ./Release/CinematicUnityExplorer.MelonLoader.IL2CPP.net6preview/
|
||||
|
||||
- name: Upload MelonLoader.IL2CPP.CoreCLR
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.MelonLoader.IL2CPP.CoreCLR.zip
|
||||
path: ./Release/UnityExplorer.MelonLoader.IL2CPP.CoreCLR/
|
||||
name: CinematicUnityExplorer.MelonLoader.IL2CPP.CoreCLR.zip
|
||||
path: ./Release/CinematicUnityExplorer.MelonLoader.IL2CPP.CoreCLR/
|
||||
|
||||
- name: Upload MelonLoader.Mono
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.MelonLoader.Mono.zip
|
||||
path: ./Release/UnityExplorer.MelonLoader.Mono/
|
||||
name: CinematicUnityExplorer.MelonLoader.Mono.zip
|
||||
path: ./Release/CinematicUnityExplorer.MelonLoader.Mono/
|
||||
|
||||
- name: Upload Standalone.IL2CPP
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.Standalone.IL2CPP.zip
|
||||
path: ./Release/UnityExplorer.Standalone.IL2CPP/
|
||||
name: CinematicUnityExplorer.Standalone.IL2CPP.zip
|
||||
path: ./Release/CinematicUnityExplorer.Standalone.IL2CPP/
|
||||
|
||||
- name: Upload Standalone.Mono
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.Standalone.Mono.zip
|
||||
path: ./Release/UnityExplorer.Standalone.Mono/
|
||||
name: CinematicUnityExplorer.Standalone.Mono.zip
|
||||
path: ./Release/CinematicUnityExplorer.Standalone.Mono/
|
||||
|
||||
- name: Upload Editor
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnityExplorer.Editor.zip
|
||||
name: CinematicUnityExplorer.Editor.zip
|
||||
path: ./UnityEditorPackage/
|
||||
|
Reference in New Issue
Block a user