Skip to content

Commit b1ee5e7

Browse files
authored
remove Uploading artifact.
Fixing BuildDefined
1 parent d9e6e9e commit b1ee5e7

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/dotnet_build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
# allows manual trigger
1212

1313
jobs:
14-
linux:
14+
build:
1515
runs-on: windows-latest
1616
strategy:
1717
matrix:
@@ -37,10 +37,10 @@ jobs:
3737
- name: Publish
3838
run: dotnet publish EIV_Game.csproj -c ${{ matrix.builds }} -o Out
3939

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

csharp/Managers/BuildDefined.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public static ReleaseType Release
4646
"Server.ini"
4747
#elif CLIENT
4848
"Client.ini"
49+
#else
50+
""
4951
#endif
5052
);
5153
}

0 commit comments

Comments
 (0)