Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Jun 27, 2024
1 parent 6875244 commit c7e7638
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
working-directory: ${{github.workspace}}
run: msbuild .\StompboxUI.sln /t:StompboxPlugin /p:Configuration=Release

- name: Create Plugin Archive
- name: Create Plugin Artifact
uses: actions/upload-artifact@v1
with:
name: StompboxVST3Plugin
Expand All @@ -44,7 +44,7 @@ jobs:
working-directory: ${{github.workspace}}
run: msbuild .\StompboxUI.sln /t:StompboxRemote /p:Configuration=Release

- name: Create Windows Remote Archive
- name: Create Windows Remote Artifact
uses: actions/upload-artifact@v1
with:
name: StompboxRemote
Expand All @@ -58,3 +58,10 @@ jobs:

- name: run MSBuild for Android Remote
run: msbuild .\StompboxAndroid\StompboxAndroid.csproj /t:PackageForAndroid /p:Configuration=Debug

- name: Create Android Remote Artifact
uses: actions/upload-artifact@v4
with:
name: AndroidRemote
path: ${{github.workspace}}\StompboxAndroid\bin\Debug\net8.0-android\StompboxAndroid.StompboxAndroid-Signed.apk

0 comments on commit c7e7638

Please sign in to comment.