Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed May 10, 2024
2 parents a590224 + 023e8a6 commit 0f18e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Restore NuGet Packages
run: dotnet restore

- name: Run Image Processor
working-directory: ${{github.workspace}}
run: |
Expand All @@ -31,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
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 0f18e53

Please sign in to comment.