diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 4de16e6..ce06b3d 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -38,3 +38,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=Release ${{env.SOLUTION_FILE_PATH}} + + - name: Upload artifact + uses: actions/upload-artifact@v3.1.2 + with: + path: .\Release