upload artifacts
This commit is contained in:
6
.github/workflows/msbuild.yml
vendored
6
.github/workflows/msbuild.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user