Skip to content

Commit 633c2f4

Browse files
committed
Merge branch 'main' of https://github.com/arkangel-dev/SyncPlay.NET into main
2 parents 771c155 + 34d06ac commit 633c2f4

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: D:\a\SyncPlay.NET\SyncPlay.NET\SyncPlayWPF\SyncPlayWPF\bin\Release\

0 commit comments

Comments
 (0)