Skip to content

Commit cb7eb1a

Browse files
Add support for creating a windows artifact (#149)
* Add support for creating a windows artifact
1 parent 47fc14a commit cb7eb1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ jobs:
3434
run: |
3535
chdir ${{github.workspace}}\src\WinMSRDriver
3636
msbuild MSR.vcxproj /p:Configuration=Release,Platform=x64 /t:Clean,Build /m
37+
- name: upload-artifact
38+
uses: actions/upload-artifact@v2
39+
with:
40+
name: PCMforWindows
41+
path: build/bin/**/*

0 commit comments

Comments
 (0)