File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11
11
# allows manual trigger
12
12
13
13
jobs :
14
- linux :
14
+ build :
15
15
runs-on : windows-latest
16
16
strategy :
17
17
matrix :
@@ -37,10 +37,10 @@ jobs:
37
37
- name : Publish
38
38
run : dotnet publish EIV_Game.csproj -c ${{ matrix.builds }} -o Out
39
39
40
- # This is test if works. For future we dont need this!
41
- - name : Upload artifact
42
- uses : actions/upload-artifact@v4
43
- with :
44
- name : EIV_Game_DOTNET-${{ matrix.builds }}
45
- path : Out
46
- if-no-files-found : error
40
+ # # This is test if works. For future we dont need this!
41
+ # - name: Upload artifact
42
+ # uses: actions/upload-artifact@v4
43
+ # with:
44
+ # name: EIV_Game_DOTNET-${{ matrix.builds }}
45
+ # path: Out
46
+ # if-no-files-found: error
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ public static ReleaseType Release
46
46
"Server.ini"
47
47
#elif CLIENT
48
48
"Client.ini"
49
+ #else
50
+ ""
49
51
#endif
50
52
) ;
51
53
}
You can’t perform that action at this time.
0 commit comments