Skip to content

Commit

Permalink
Just build StompboxPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored May 9, 2024
1 parent 83f67fc commit 023e8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run MSBuild
working-directory: ${{github.workspace}}
run: msbuild .\StompboxUI.sln /p:Configuration=Release
run: msbuild .\StompboxUI.sln /t:StompboxPlugin /p:Configuration=Release

- name: Add Plugin Archive
run: Compress-Archive -Path ${{github.workspace}}\StompboxPlugin\bin\Release\net6.0-windows\* -Destination StompboxVST3Plugin.zip
Expand Down

0 comments on commit 023e8a6

Please sign in to comment.