Skip to content

Commit

Permalink
Add modduo and modduox build
Browse files Browse the repository at this point in the history
  • Loading branch information
davemollen committed Aug 20, 2024
1 parent 39c108c commit 98bd11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Determine build archive name
run: |
# Windows (usually) doesn't like colons in file names
echo "ARCHIVE_NAME=$plugin_name-${{ matrix.name }}" >> "$GITHUB_ENV"
echo "ARCHIVE_NAME=$plugin_name-vst-and-clap-${{ matrix.name }}" >> "$GITHUB_ENV"
- name: Move all packaged plugin into a directory
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
name: Package mod plugins
strategy:
matrix:
platform: [moddwarf-new]
platform: [modduo-new, modduox-new, moddwarf-new]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 98bd11d

Please sign in to comment.