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 6b1865d commit 22d9d48
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ jobs:

- name: Restore NuGet Packages
run: dotnet restore

- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'microsoft'
java-version: '11'


- name: Run Image Processor
working-directory: ${{github.workspace}}
run: |
Expand All @@ -37,7 +31,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: Create Plugin Archive
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 22d9d48

Please sign in to comment.