Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Mar 20, 2024
1 parent 1f476d8 commit ca484e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup MSBuild and add to PATH
uses: microsoft/[email protected]

- name: Restore NuGetPackages
- name: Restore NuGet Packages
run: dotnet restore

- name: Run Image Processor
Expand All @@ -35,3 +35,9 @@ jobs:
- name: Run MSBuild
working-directory: ${{github.workspace}}
run: msbuild .\StompboxUI.sln /p:Configuration=Release

- name: Create Plugin Archive
uses: actions/upload-artifact@v1
with:
name: StompboxVST3Pugin\StompboxPlugin\bin\Release\net6.0-windows
path: ${{github.workspace}}/build/neural_amp_modeler.lv2

0 comments on commit ca484e5

Please sign in to comment.