upload artifacts

This commit is contained in:
Brady McDermott
2024-03-30 18:19:42 -06:00
parent f94859613c
commit 91216a8778

View File

@@ -43,3 +43,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=${{matrix.BUILD_CONFIGURATION}} /p:Platform=${{matrix.BUILD_PLATFORM}} ${{env.SOLUTION_FILE_PATH}}
- name: Upload Artifacts
uses: actions/upload-artifact@v4.3.1
with:
name: progmgr-binary
path: ${{env.SOLUTION_FILE_PATH}}/bin