Skip to content

Commit bb2548a

Browse files
authored
Update main.yml
1 parent fa98316 commit bb2548a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
- name: Build Solution
2828
run: |
2929
msbuild.exe SyncPlayWPF.sln /p:platform="Any CPU" /p:configuration="Release"
30+
31+
- name: Upload Package
32+
uses: actions/upload-artifact@v2
33+
with:
34+
name: BuildArtifact
35+
path: SyncPlayWPF\obj\Release\

0 commit comments

Comments
 (0)