File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1414 - name : Check out code
1515 uses : actions/checkout@v3
1616
17+ - name : Setup .NET 8.x
18+ uses : actions/setup-dotnet@v4
19+ with :
20+ dotnet-version : ' 8.x'
21+
22+ - uses : actions/checkout@v4
23+ with :
24+ repository : ' MewoLab/AquaMai-Build-Assets'
25+ ref : ' 63ba70e'
26+ token : ${{ secrets.PATGH }}
27+
28+ - name : Copy Libs
29+ run : cp AquaMai-Build-Assets/WorldLinkLibs/* mod/Libs/
30+
31+ - name : Build .NET Mod
32+ run : cd mod && dotnet build -c Release
33+
1734 - name : Set up JDK 21
1835 uses : actions/setup-java@v3
1936 with :
5471 body : " CI Build Release"
5572 draft : false
5673 prerelease : false
57- files : build/libs/worldlinkd.jar
74+ files : |
75+ build/libs/worldlinkd.jar
76+ mod/bin/Release/net472/WorldLink.dll
5877 token : ${{ secrets.GITHUB_TOKEN }}
5978
6079 - name : Upload EXE to Release
You can’t perform that action at this time.
0 commit comments