Commit 4eda0e3 1 parent 54b2ace commit 4eda0e3 Copy full SHA for 4eda0e3
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,20 @@ jobs:
17
17
runs-on : windows-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
+
20
21
- name : Setup .NET
21
22
uses : actions/setup-dotnet@v3
22
23
with :
23
24
dotnet-version : 8.0.x
25
+
26
+ - name : Download soundpipe native library
27
+ uses : actions/download-artifact@v4
28
+ with :
29
+ name : SoundPipe-Windows-Linux
30
+
31
+ - name : Unzip soundpipe lib
32
+ run : Expand-Archive .\SoundPipe-Windows-Linux.zip -DestinationPath .
33
+
24
34
- name : Build
25
35
working-directory : ./SharpPipe
26
36
run : dotnet pack -c Release
Original file line number Diff line number Diff line change 36
36
[Oo ]bj /
37
37
[Ll ]og /
38
38
[Ll ]ogs /
39
- [Rr ]untimes /
40
39
41
40
# Visual Studio 2015/2017 cache/options directory
42
41
.vs /
You can’t perform that action at this time.
0 commit comments