From ed7301674db5d81acc388943514d87c72dfe8323 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Fri, 10 May 2024 09:30:49 -0700 Subject: [PATCH 1/4] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51c9787..c1541c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: working-directory: ${{github.workspace}} run: | msbuild .\StompboxUI.sln /t:StompboxImageProcessor /p:Configuration="Release" - StompboxImageProcessor\bin\Release\net6.0-windows\StompboxImageProcessor.exe + StompboxImageProcessor\bin\Release\net8.0-windows\StompboxImageProcessor.exe - name: Run MSBuild working-directory: ${{github.workspace}} From 332064ab218e3e7b5235870b5b8d121f527997a4 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Fri, 10 May 2024 09:31:03 -0700 Subject: [PATCH 2/4] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1d01c9..13409cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: 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 + run: Compress-Archive -Path ${{github.workspace}}\StompboxPlugin\bin\Release\net8.0-windows\* -Destination StompboxVST3Plugin.zip - name: Upload Release Asset uses: actions/upload-release-asset@v1 From 139d1c9fc91f4edfbbfbce55663a650b473ae193 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Fri, 10 May 2024 09:38:42 -0700 Subject: [PATCH 3/4] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1541c7..36498e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,4 +37,4 @@ jobs: uses: actions/upload-artifact@v1 with: name: StompboxVST3Plugin - path: ${{github.workspace}}\StompboxPlugin\bin\Release\net6.0-windows + path: ${{github.workspace}}\StompboxPlugin\bin\Release\net8.0-windows From e8e1ddb4663b8cac80735b89a1c657ef8e50fcd5 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Fri, 10 May 2024 09:39:04 -0700 Subject: [PATCH 4/4] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13409cc..2617c0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: working-directory: ${{github.workspace}} run: | msbuild .\StompboxUI.sln /t:StompboxImageProcessor /p:Configuration="Release" - StompboxImageProcessor\bin\Release\net6.0-windows\StompboxImageProcessor.exe + StompboxImageProcessor\bin\Release\net8.0-windows\StompboxImageProcessor.exe - name: Run MSBuild working-directory: ${{github.workspace}}