diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 4ff5521..c6d34e5 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -42,3 +42,8 @@ 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}} + - name: Upload build artifacts + uses: actions/upload-artifact@v2 + with: + name: csgo2.dll + path: ./x64/Release/