Create plugin bundles in target/bundled

It's going to get a bit crowded otherwise once we add more formats.
This commit is contained in:
Robbert van der Helm
2022-02-26 20:04:41 +01:00
parent d39ebb5b51
commit 72c3e00510
2 changed files with 7 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ jobs:
- name: Move all packaged plugin into a directory
run: |
mkdir "$ARCHIVE_NAME"
mv target/*.vst3 "$ARCHIVE_NAME"
mv target/bundled/* "$ARCHIVE_NAME"
- uses: actions/upload-artifact@v2
with:
name: ${{ env.ARCHIVE_NAME }}