@@ -56,18 +56,27 @@ jobs:
5656 sed -i "s/{VERSION_NUMBER}/${{ steps.semantic-release.outputs.new_release_version }}/" ./S1API/S1API.cs
5757 sed -i "s/{VERSION_NUMBER}/${{ steps.semantic-release.outputs.new_release_version }}/" ./S1APILoader/S1APILoader.cs
5858
59- - name : Run .NET build for Mono
60- run : dotnet build ./S1API.sln -c Mono -f netstandard2.1
59+ - name : Run .NET build for MonoBepInEx
60+ run : dotnet build ./S1API.sln -c MonoBepInEx -f netstandard2.1
6161
62- - name : Run .NET build for Il2Cpp
63- run : dotnet build ./S1API.sln -c Il2Cpp -f netstandard2.1
62+ - name : Run .NET build for Il2CppBepInEx
63+ run : dotnet build ./S1API.sln -c Il2CppBepInEx -f net6.0
64+
65+ - name : Run .NET build for MonoMelon
66+ run : dotnet build ./S1API.sln -c MonoMelon -f netstandard2.1
67+
68+ - name : Run .NET build for Il2CppMelon
69+ run : dotnet build ./S1API.sln -c Il2CppMelon -f net6.0
6470
6571 - name : Build artifact zip for Thunderstore
6672 run : |
6773 mkdir -p ./artifacts/thunderstore/Plugins/S1API
68- cp ./S1APILoader/bin/Mono/netstandard2.1/S1APILoader.dll ./artifacts/thunderstore/Plugins/S1APILoader.dll
69- cp ./S1API/bin/Il2Cpp/netstandard2.1/S1API.dll ./artifacts/thunderstore/Plugins/S1API/S1API.Il2Cpp.dll
70- cp ./S1API/bin/Mono/netstandard2.1/S1API.dll ./artifacts/thunderstore/Plugins/S1API/S1API.Mono.dll
74+ cp ./S1APILoader/bin/MonoMelon/netstandard2.1/S1APILoader.dll ./artifacts/thunderstore/Plugins/S1APILoader.MelonLoader.dll
75+ cp ./S1APILoader/bin/MonoBepInEx/netstandard2.1/S1APILoader.dll ./artifacts/thunderstore/Plugins/S1APILoader.BepInEx.dll
76+ cp ./S1API/bin/Il2CppMelon/net6.0/S1API.dll ./artifacts/thunderstore/Plugins/S1API/S1API.Il2Cpp.MelonLoader.dll
77+ cp ./S1API/bin/MonoMelon/netstandard2.1/S1API.dll ./artifacts/thunderstore/Plugins/S1API/S1API.Mono.MelonLoader.dll
78+ cp ./S1API/bin/Il2CppMelon/net6.0/S1API.dll ./artifacts/thunderstore/Plugins/S1API/S1API.Il2Cpp.BepInEx.dll
79+ cp ./S1API/bin/MonoMelon/netstandard2.1/S1API.dll ./artifacts/thunderstore/Plugins/S1API/S1API.Mono.BepInEx.dll
7180
7281 - name : Publish artifact to Thunderstore
7382 uses : GreenTF/upload-thunderstore-package@v4.3
0 commit comments