From db3bd48ebdb5588df6d79a4ba6229b6e1becbdaa Mon Sep 17 00:00:00 2001 From: Rommmmaha Date: Mon, 3 Jun 2024 15:43:34 +0300 Subject: [PATCH] . --- .github/workflows/msbuild.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 921f09e..30584b0 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -42,3 +42,9 @@ jobs: # Add additional options to the MSBuild command line here (like platform or verbosity level). # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} + - uses: actions/upload-artifact@v4 + with: + name: build + path: bin/client.exe + retention-days: 7 + compression-level: 0 \ No newline at end of file