Skip to content

Commit

Permalink
remove Uploading artifact.
Browse files Browse the repository at this point in the history
Fixing BuildDefined
  • Loading branch information
SlejmUr authored Dec 15, 2024
1 parent d9e6e9e commit b1ee5e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dotnet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# allows manual trigger

jobs:
linux:
build:
runs-on: windows-latest
strategy:
matrix:
Expand All @@ -37,10 +37,10 @@ jobs:
- name: Publish
run: dotnet publish EIV_Game.csproj -c ${{ matrix.builds }} -o Out

# This is test if works. For future we dont need this!
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: EIV_Game_DOTNET-${{ matrix.builds }}
path: Out
if-no-files-found: error
# # This is test if works. For future we dont need this!
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: EIV_Game_DOTNET-${{ matrix.builds }}
# path: Out
# if-no-files-found: error
2 changes: 2 additions & 0 deletions csharp/Managers/BuildDefined.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public static ReleaseType Release
"Server.ini"
#elif CLIENT
"Client.ini"
#else
""
#endif
);
}

0 comments on commit b1ee5e7

Please sign in to comment.