Skip to content

Commit 81c99ec

Browse files
committed
Automatically upload artifact
1 parent a0097c9 commit 81c99ec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ jobs:
5151
# Add additional options to the MSBuild command line here (like platform or verbosity level).
5252
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
5353
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
54+
55+
- name: Upload DLL artifact
56+
uses: actions/upload-artifact@v4
57+
with:
58+
name: dll-build
59+
path: "**/*.dll"

0 commit comments

Comments
 (0)