@@ -34,53 +34,53 @@ jobs:
34
34
- uses : actions/upload-artifact@v2
35
35
with :
36
36
name : UnityExplorer.BepInEx.IL2CPP.zip
37
- path : ./Release/UnityExplorer.BepInEx.IL2CPP.zip
37
+ path : ./Release/UnityExplorer.BepInEx.IL2CPP/
38
38
39
39
# BepInEx 5 Mono
40
40
- uses : actions/upload-artifact@v2
41
41
with :
42
42
name : UnityExplorer.BepInEx5.Mono.zip
43
- path : ./Release/UnityExplorer.BepInEx5.Mono.zip
43
+ path : ./Release/UnityExplorer.BepInEx5.Mono/
44
44
45
45
# BepInEx 6 Mono
46
46
- uses : actions/upload-artifact@v2
47
47
with :
48
48
name : UnityExplorer.BepInEx6.Mono.zip
49
- path : ./Release/UnityExplorer.BepInEx6.Mono.zip
49
+ path : ./Release/UnityExplorer.BepInEx6.Mono/
50
50
51
51
# Editor
52
52
- uses : actions/upload-artifact@v2
53
53
with :
54
54
name : UnityExplorer.Editor.zip
55
- path : ./Release/UnityExplorer.Editor.zip
55
+ path : ./UnityEditorPackage/
56
56
57
57
# MelonLoader IL2CPP net6preview
58
58
- uses : actions/upload-artifact@v2
59
59
with :
60
60
name : UnityExplorer.MelonLoader.IL2CPP.net6preview.zip
61
- path : ./Release/UnityExplorer.MelonLoader.IL2CPP.net6preview.zip
61
+ path : ./Release/UnityExplorer.MelonLoader.IL2CPP.net6preview/
62
62
63
63
# MelonLoader IL2CPP net472
64
64
- uses : actions/upload-artifact@v2
65
65
with :
66
66
name : UnityExplorer.MelonLoader.IL2CPP.zip
67
- path : ./Release/UnityExplorer.MelonLoader.IL2CPP.zip
67
+ path : ./Release/UnityExplorer.MelonLoader.IL2CPP/
68
68
69
69
# MelonLoader Mono
70
70
- uses : actions/upload-artifact@v2
71
71
with :
72
72
name : UnityExplorer.MelonLoader.Mono.zip
73
- path : ./Release/UnityExplorer.MelonLoader.Mono.zip
73
+ path : ./Release/UnityExplorer.MelonLoader.Mono/
74
74
75
75
# Standalone Il2Cpp
76
76
- uses : actions/upload-artifact@v2
77
77
with :
78
78
name : UnityExplorer.Standalone.IL2CPP.zip
79
- path : ./Release/UnityExplorer.Standalone.IL2CPP.zip
79
+ path : ./Release/UnityExplorer.Standalone.IL2CPP/
80
80
81
81
# Standalone Mono
82
82
- uses : actions/upload-artifact@v2
83
83
with :
84
84
name : UnityExplorer.Standalone.Mono.zip
85
- path : ./Release/UnityExplorer.Standalone.Mono.zip
85
+ path : ./Release/UnityExplorer.Standalone.Mono/
86
86
0 commit comments