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

Commit bf2b22e

Browse files
authored
Fix double zipped artifacts
1 parent d1fbbfa commit bf2b22e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/dotnet.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,53 +34,53 @@ jobs:
3434
- uses: actions/upload-artifact@v2
3535
with:
3636
name: UnityExplorer.BepInEx.IL2CPP.zip
37-
path: ./Release/UnityExplorer.BepInEx.IL2CPP.zip
37+
path: ./Release/UnityExplorer.BepInEx.IL2CPP/
3838

3939
# BepInEx 5 Mono
4040
- uses: actions/upload-artifact@v2
4141
with:
4242
name: UnityExplorer.BepInEx5.Mono.zip
43-
path: ./Release/UnityExplorer.BepInEx5.Mono.zip
43+
path: ./Release/UnityExplorer.BepInEx5.Mono/
4444

4545
# BepInEx 6 Mono
4646
- uses: actions/upload-artifact@v2
4747
with:
4848
name: UnityExplorer.BepInEx6.Mono.zip
49-
path: ./Release/UnityExplorer.BepInEx6.Mono.zip
49+
path: ./Release/UnityExplorer.BepInEx6.Mono/
5050

5151
# Editor
5252
- uses: actions/upload-artifact@v2
5353
with:
5454
name: UnityExplorer.Editor.zip
55-
path: ./Release/UnityExplorer.Editor.zip
55+
path: ./UnityEditorPackage/
5656

5757
# MelonLoader IL2CPP net6preview
5858
- uses: actions/upload-artifact@v2
5959
with:
6060
name: UnityExplorer.MelonLoader.IL2CPP.net6preview.zip
61-
path: ./Release/UnityExplorer.MelonLoader.IL2CPP.net6preview.zip
61+
path: ./Release/UnityExplorer.MelonLoader.IL2CPP.net6preview/
6262

6363
# MelonLoader IL2CPP net472
6464
- uses: actions/upload-artifact@v2
6565
with:
6666
name: UnityExplorer.MelonLoader.IL2CPP.zip
67-
path: ./Release/UnityExplorer.MelonLoader.IL2CPP.zip
67+
path: ./Release/UnityExplorer.MelonLoader.IL2CPP/
6868

6969
# MelonLoader Mono
7070
- uses: actions/upload-artifact@v2
7171
with:
7272
name: UnityExplorer.MelonLoader.Mono.zip
73-
path: ./Release/UnityExplorer.MelonLoader.Mono.zip
73+
path: ./Release/UnityExplorer.MelonLoader.Mono/
7474

7575
# Standalone Il2Cpp
7676
- uses: actions/upload-artifact@v2
7777
with:
7878
name: UnityExplorer.Standalone.IL2CPP.zip
79-
path: ./Release/UnityExplorer.Standalone.IL2CPP.zip
79+
path: ./Release/UnityExplorer.Standalone.IL2CPP/
8080

8181
# Standalone Mono
8282
- uses: actions/upload-artifact@v2
8383
with:
8484
name: UnityExplorer.Standalone.Mono.zip
85-
path: ./Release/UnityExplorer.Standalone.Mono.zip
85+
path: ./Release/UnityExplorer.Standalone.Mono/
8686

0 commit comments

Comments
 (0)