File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Run MSBuild
2929 working-directory : ${{github.workspace}}
30- run : msbuild .\AudioPlugSharp.sln
30+ run : msbuild .\AudioPlugSharp.sln /p:Configuration=Release
3131
3232 - name : Publish Linux-x64 Jack host test
3333 working-directory : ${{github.workspace}}
3636 - name : Create Linux-x64 Jack host test archive
3737 uses : actions/upload-artifact@v4
3838 with :
39- name : ChartPlayerLinux
39+ name : JackHostTestLinuxX64
4040 path : ${{github.workspace}}\JackHostTest\bin\Release\net8.0\linux-x64\publish
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ NuGet packages are available:
99
1010[ AudioPlugSharp] ( https://www.nuget.org/packages/AudioPlugSharp ) (Needed for all plugins)
1111
12+ [ AudioPlugSharpVst3] ( https://www.nuget.org/packages/AudioPlugSharp ) (Need for all VST3 plugins)
13+
1214[ AudioPlugSharpWPF] ( https://www.nuget.org/packages/AudioPlugSharpWPF ) (Also needed for WPF user interfaces)
1315
1416[ AudioPlugSharpHost] ( https://www.nuget.org/packages/AudioPlugSharpHost ) (For createing stand-alone Windows applictions)
You can’t perform that action at this time.
0 commit comments